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