Parent Directory
|
Revision Log
|
Patch
revision 190 by jgs, Mon Nov 21 03:27:42 2005 UTC | revision 191 by jgs, Mon Nov 21 04:10:12 2005 UTC | |
---|---|---|
# | Line 3 Import('*') | Line 3 Import('*') |
3 | import os | import os |
4 | import string | import string |
5 | ||
cxx_flags = '-O0 -openmp -openmp_report0 -tpp2 -ansi -ansi_alias -no-gcc -fpic -w1' | ||
6 | esysUtils_path = str(esysroot) + '/esysUtils/inc' | esysUtils_path = str(esysroot) + '/esysUtils/inc' |
python_path = '/raid2/tools/python-2.3.4/include/python2.3' | ||
boost_path = '/raid2/tools/boost/include/boost-1_31' | ||
7 | ||
8 | cpp_path = [esysUtils_path, | cpp_path = [esysUtils_path, |
9 | python_path, | python_path, |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |