Parent Directory
|
Revision Log
|
Patch
revision 682 by robwdcock, Mon Mar 27 02:43:09 2006 UTC | revision 689 by robwdcock, Tue Mar 28 07:16:54 2006 UTC | |
---|---|---|
# | Line 22 python_path = '/usr/include/python2.3' | Line 22 python_path = '/usr/include/python2.3' |
22 | python_lib = 'python2.3' | python_lib = 'python2.3' |
23 | ||
24 | # locations of libraries for boost | # locations of libraries for boost |
25 | boost_path = '/home/woo409/dev/boost_1_33_1' | boost_path = '/opt/boost/python2.3/1.33.1/include' |
26 | boost_lib_path = '/home/woo409/dev/boost_1_33_1/altix_binary/lib' | boost_lib_path = '/opt/boost/python2.3/1.33.1/lib' |
27 | boost_lib = 'boost_python-il-mt-1_33_1' | boost_lib = 'boost_python-il-mt-1_33_1' |
28 | ||
29 | # c flags to use | # c flags to use |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |