Parent Directory
|
Revision Log
|
Patch
revision 1249 by ksteube, Mon May 14 05:12:53 2007 UTC | revision 1250 by ksteube, Thu Aug 16 02:54:42 2007 UTC | |
---|---|---|
# | Line 17 python_lib = "python%s.%s"%(sys.version_ | Line 17 python_lib = "python%s.%s"%(sys.version_ |
17 | ||
18 | # locations of libraries for boost | # locations of libraries for boost |
19 | boost_path = '/usr/include' | boost_path = '/usr/include' |
20 | boost_libs_path = '/usr/lib' | boost_lib_path = '/usr/lib' |
21 | boost_libs = 'boost_python' | boost_lib = 'boost_python' |
22 | ||
23 | # locations of doc building executables | # locations of doc building executables |
24 | doxygen_path = '/usr/bin' | doxygen_path = '/usr/bin' |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |