mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-21 03:48:08 -05:00
5 lines
237 B
Batchfile
5 lines
237 B
Batchfile
@echo off
|
|
REM Some Windows commands to compile the Fortran interface for F77
|
|
copy C:\Users\Belli\Documents\Code\coolprop-v5-new\build\32bitcdecl\Debug\Coolprop.dll .
|
|
C:\MinGW\bin\gfortran -g -o example examplef.for -L. -lCoolProp
|
|
example |