mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
5 lines
204 B
Batchfile
5 lines
204 B
Batchfile
REM ******* compile all the sources from CoolProp***************
|
|
g++ -c -Wall -I../../CoolProp ../../CoolProp/*.cpp
|
|
g++ -c -Wall -I../../CoolProp main.cpp
|
|
g++ -shared -o COOLPROP_EES.dlf *.o -Wl
|
|
erase *.o |