Fix MathCAD build?

This commit is contained in:
Ian Bell
2016-05-07 16:37:57 -06:00
parent fc9cdf1e38
commit 4c0fbe4974

View File

@@ -740,7 +740,7 @@ def mathcad_slave():
# Build the MathCAD 15 dll
# ***************
factory.addStep(ShellCommand(command=["cmake", "../..",
"-DCOOLPROP_MATHCAD15_LIBRARY=ON","-G", "Visual Studio 10 2010", '-DCOOLPROP_MATHCAD15_ROOT="C:/Program Files (x86)/Mathcad/Mathcad 15"'],
"-DCOOLPROP_MATHCAD15_MODULE=ON","-G", "Visual Studio 10 2010", '-DCOOLPROP_MATHCAD15_ROOT="C:/Program Files (x86)/Mathcad/Mathcad 15"'],
workdir= working_folder+'/mathcad15',
haltOnFailure = True))
factory.addStep(ShellCommand(command=["cmake", "--build", ".", "--target", "install", "--config", "Release"], workdir = working_folder+'/mathcad15', haltOnFailure = True))
@@ -749,7 +749,7 @@ def mathcad_slave():
# Build the MathCAD PRIME dll
# *************************
factory.addStep(ShellCommand(command=["cmake", "../..",
"-DCOOLPROP_PRIME_LIBRARY=ON", "Visual Studio 10 2010 Win64", '-DCOOLPROP_PRIME_ROOT="C:/Program Files/PTC/Mathcad Prime 3.1"'],
"-DCOOLPROP_PRIME_MODULE=ON", "Visual Studio 10 2010 Win64", '-DCOOLPROP_PRIME_ROOT="C:/Program Files/PTC/Mathcad Prime 3.1"'],
workdir= working_folder+'/mathcadprime',
haltOnFailure = True))
factory.addStep(ShellCommand(command=["cmake", "--build", ".", "--target", "install", "--config", "Release"], workdir = working_folder+'/mathcadprime', haltOnFailure = True))