[pygccxml-commit] SF.net SVN: pygccxml: [90] pyplusplus_dev/environment.py
Brought to you by:
mbaas,
roman_yakovenko
From: <rom...@us...> - 2006-05-14 08:14:29
|
Revision: 90 Author: roman_yakovenko Date: 2006-05-14 01:14:24 -0700 (Sun, 14 May 2006) ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=90&view=rev Log Message: ----------- changing gccxml path Modified Paths: -------------- pyplusplus_dev/environment.py Modified: pyplusplus_dev/environment.py =================================================================== --- pyplusplus_dev/environment.py 2006-05-14 08:11:18 UTC (rev 89) +++ pyplusplus_dev/environment.py 2006-05-14 08:14:24 UTC (rev 90) @@ -37,7 +37,7 @@ boost.libs = '/home/roman/boost_cvs/bin' boost.include = '/home/roman/boost_cvs' python.include = '/usr/include/python2.4' - gccxml.executable = '/home/roman/gccxml/bin/gccxml' + gccxml.executable = '/home/roman/gccxml-build/bin/gccxml' _my_path = None This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |