Files
CoolProp/wrappers/SharedLibrary/build.json
2014-05-14 12:46:24 +02:00

40 lines
827 B
JSON

[
{
"name_suffix" : "__stdcall",
"pre" : "",
"sources" : [],
"platform" : ["Windows"],
"compiler" : "VS+",
"bitness" : 32,
"c_flags" : "/MP3 /O2 /EHsc /DNDEBUG /I../../include /DCOOLPROP_LIB",
"link_type" : "DLL",
"link_fname" : "CoolProp.dll",
"link_flags" : "",
"post" : ""
},
{
"name_suffix" : "__cdecl",
"pre" : "",
"sources" : [],
"platform" : ["Windows"],
"compiler" : "VS+",
"bitness" : 32,
"c_flags" : "/MD /O2 /EHsc /DNDEBUG /I../../include /DCOOLPROP_LIB /D \"CONVENTION=__cdecl\"",
"link_type" : "DLL",
"link_fname" : "CoolProp.dll",
"link_flags" : "",
"post" : ""
},
{
"pre" : "",
"sources" : [],
"platform" : ["Windows"],
"compiler" : "VS+",
"bitness" : 64,
"c_flags" : "/MP3 /O2 /EHsc /DNDEBUG /I../../include /DCOOLPROP_LIB",
"link_type" : "DLL",
"link_fname" : "CoolProp.dll",
"link_flags" : "",
"post" : ""
}
]