mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-02-09 05:15:45 -05:00
11 lines
355 B
Batchfile
11 lines
355 B
Batchfile
REM ******** set the variables ************
|
|
call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" amd64
|
|
call "C:\Program Files\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" amd64
|
|
|
|
REM ******* compile all the sources ***************
|
|
cl -Gz mult.c -LD -link
|
|
|
|
dumpbin /EXPORTS mult.dll > exports.txt
|
|
erase *.obj
|
|
erase *.exp
|
|
erase *.lib |