mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Merge branch 'master' of https://github.com/coolprop/coolprop
This commit is contained in:
@@ -66,15 +66,15 @@ The instructions here are for a 64-bit windows system that will compile both 64-
|
||||
# Build the MSVC project using CMake
|
||||
cmake ../.. -G "Visual Studio 10" -DCOOLPROP_32BIT_STDCALL_SHARED_LIBRARY=ON
|
||||
# Make the shared library
|
||||
cmake --build . -C Release
|
||||
cmake --build . --config Release
|
||||
cd ../..
|
||||
# Make a build folder for the 64-bit DLL
|
||||
mkdir build/64bit && cd build/64bit
|
||||
# Build the MSVC project using CMake
|
||||
cmake ../.. -G "Visual Studio 10 Win64" -DCOOLPROP_64BIT_SHARED_LIBRARY=ON
|
||||
# Make the shared library
|
||||
cmake --build . -C Release
|
||||
cmake --build . --config Release
|
||||
cd ../..
|
||||
# Copy the generated DLL
|
||||
copy build\32bit__stdcall\CoolProp.dll c:\CoolProp
|
||||
copy build\64bit\CoolProp.dll c:\CoolProp
|
||||
copy build\64bit\CoolProp.dll c:\CoolProp
|
||||
|
||||
Reference in New Issue
Block a user