Files
CoolProp/Web/examples/MATLAB/run_example.bat
2014-05-14 12:46:24 +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