28 |
# The options file version. SCons will refuse to build if there have been |
# The options file version. SCons will refuse to build if there have been |
29 |
# changes to the set of variables and your file has not been updated. |
# changes to the set of variables and your file has not been updated. |
30 |
# This setting is mandatory. |
# This setting is mandatory. |
31 |
escript_opts_version = 200 |
escript_opts_version = 201 |
32 |
|
|
33 |
# Installation prefix. Files will be installed in subdirectories underneath. |
# Installation prefix. Files will be installed in subdirectories underneath. |
34 |
# DEFAULT: '.' (current directory) |
# DEFAULT: '.' (current directory) |
120 |
boost_libs = ['boost_python-vc71-mt-1_41'] |
boost_libs = ['boost_python-vc71-mt-1_41'] |
121 |
|
|
122 |
# Prefix or paths to CppUnit headers and libraries. See note above. |
# Prefix or paths to CppUnit headers and libraries. See note above. |
123 |
#cppunit_prefix = 'C:/CppUnit' |
# C:\buildlibs\cppunit-1.12.1\src\cppunit\Release |
124 |
|
cppunit_prefix = os.path.join(system_builddeps, 'cppunit-1.12.1'), os.path.join(system_builddeps, 'src','cppunit','Release')] |
125 |
|
|
126 |
# CppUnit library/libraries to link against |
# CppUnit library/libraries to link against |
127 |
#cppunit_libs = ['cppunit'] |
cppunit_libs = ['cppunit'] |
128 |
|
|
129 |
# Whether to use the netCDF library for dump file support |
# Whether to use the netCDF library for dump file support |
130 |
# DEFAULT: False |
# DEFAULT: False |