16 |
# do the actual build |
# do the actual build |
17 |
|
|
18 |
dataconstant_test_path = str(esysroot) + '/escript/test/DataConstant' |
dataconstant_test_path = str(esysroot) + '/escript/test/DataConstant' |
19 |
escript_path = str(esysroot) + '/escript/inc' |
escript_path = str(esysroot) + '/escript/src' |
20 |
esysUtils_path = str(esysroot) + '/esysUtils/src' |
esysUtils_path = str(esysroot) + '/esysUtils/src' |
21 |
CppUnitTest_path = str(esysroot) + '/tools/CppUnitTest/inc' |
CppUnitTest_path = str(esysroot) + '/tools/CppUnitTest/inc' |
22 |
|
|