mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
26 lines
745 B
JSON
26 lines
745 B
JSON
[
|
|
{
|
|
"pre" : "swig -csharp -dllimport \"CoolProp\" -c++ -outdir Csharp -o Csharp/CoolProp_wrap.cxx -I../../include ../../src/CoolProp.i",
|
|
"sources" : ["Csharp/CoolProp_wrap.cxx"],
|
|
"platform" : ["Windows"],
|
|
"compiler" : "VS+",
|
|
"bitness" : 32,
|
|
"c_flags" : "/MP3 /O2 /EHsc /I../../include",
|
|
"link_type" : "DLL",
|
|
"link_fname" : "CoolProp.dll",
|
|
"link_flags" : "",
|
|
"post" : ""
|
|
},
|
|
{
|
|
"pre" : "swig -csharp -dllimport \"CoolProp\" -c++ -outdir Csharp -o Csharp/CoolProp_wrap.cxx -I../../include ../../src/CoolProp.i",
|
|
"sources" : ["Csharp/CoolProp_wrap.cxx"],
|
|
"platform" : ["Windows"],
|
|
"compiler" : "VS+",
|
|
"bitness" : 64,
|
|
"c_flags" : "/MP3 /O2 /EHsc /I../../include",
|
|
"link_type" : "DLL",
|
|
"link_fname" : "CoolProp.dll",
|
|
"link_flags" : "",
|
|
"post" : ""
|
|
}
|
|
] |