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 |
# C:\buildlibs\cppunit-1.12.1\src\cppunit\Release |
# 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')] |
cppunit_prefix = os.path.join(system_builddeps, 'cppunit-1.12.1') |
125 |
|
|
126 |
# CppUnit library/libraries to link against |
# CppUnit library/libraries to link against |
127 |
cppunit_libs = ['cppunit'] |
cppunit_libs = ['cppunit'] |
230 |
#DEFAULT: False |
#DEFAULT: False |
231 |
#build_shared = True |
#build_shared = True |
232 |
|
|
|
|
|
233 |
### ADVANCED OPTIONS ### |
### ADVANCED OPTIONS ### |
234 |
# Do not change the following options unless you know what they do |
# Do not change the following options unless you know what they do |
235 |
|
|