[pygccxml-commit] SF.net SVN: pygccxml: [791] pyplusplus_dev/environment.py
Brought to you by:
mbaas,
roman_yakovenko
From: <rom...@us...> - 2006-12-10 18:42:04
|
Revision: 791 http://svn.sourceforge.net/pygccxml/?rev=791&view=rev Author: roman_yakovenko Date: 2006-12-10 10:42:00 -0800 (Sun, 10 Dec 2006) Log Message: ----------- updating environment on linux Modified Paths: -------------- pyplusplus_dev/environment.py Modified: pyplusplus_dev/environment.py =================================================================== --- pyplusplus_dev/environment.py 2006-12-10 07:16:59 UTC (rev 790) +++ pyplusplus_dev/environment.py 2006-12-10 18:42:00 UTC (rev 791) @@ -34,7 +34,7 @@ gccxml.executable = r'd:/dev/gccxml_cvs/gccxml-bin/bin/release/gccxml.exe' else: scons.suffix = '.so' - boost.libs = [ '/home/roman/boost_cvs/bin' ] + boost.libs = [ '/home/roman/boost_cvs/libs/python/build/bin-stage' ] boost.include = '/home/roman/boost_cvs' python.include = '/usr/include/python2.4' gccxml.executable = '/home/roman/gccxml-build/bin/gccxml' This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |