mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-22 12:28:04 -05:00
7 lines
317 B
Batchfile
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 |