9 |
boost_libs = 'boost_python-vc71-mt-s-1_31' |
boost_libs = 'boost_python-vc71-mt-s-1_31' |
10 |
|
|
11 |
# locations of netcdf |
# locations of netcdf |
12 |
|
useNetCDF="yes" |
13 |
netCDF_path = "Q:/src/netcdf/src/include" |
netCDF_path = "Q:/src/netcdf/src/include" |
14 |
netCDF_lib_path = "Q:/src/netcdf/src/win32/NET/release" |
netCDF_lib_path = "Q:/src/netcdf/src/win32/NET/release" |
15 |
netCDF_libs_cxx = [ 'netcdf' ] |
netCDF_libs = [ 'netcdf' ] |
16 |
|
|
17 |
cc_defines = ['_USE_MATH_DEFINES', 'BOOST_NO_INTRINSIC_WCHAR_T', 'DLL_NETCDF' ] |
cc_defines = ['_USE_MATH_DEFINES', 'BOOST_NO_INTRINSIC_WCHAR_T', 'DLL_NETCDF' ] |
18 |
# c flags to use |
# c flags to use |