Files
CoolProp/Web/coolprop/examples/MATLAB/run_example.bat
2014-07-07 14:55:34 +02:00

7 lines
317 B
Batchfile

copy ..\..\..\wrappers\MATLAB\example.m .
copy ..\..\..\wrappers\MATLAB\*rops.c .
matlab -wait -nojvm -nodesktop -r "MATLABBuilder; quit"
cl /c /I../../../CoolProp /EHsc CoolProp_wrap.cxx
matlab -nojvm -nodesktop -r "Example; quit" -logfile Output.txt
cl /c /I../../../CoolProp /EHsc CoolProp_wrap.cxx
erase *Props*.c