[pygccxml-commit] SF.net SVN: pygccxml: [775]
Brought to you by:
mbaas,
roman_yakovenko
From: <rom...@us...> - 2006-12-05 10:50:34
|
Revision: 775 http://svn.sourceforge.net/pygccxml/?rev=775&view=rev Author: roman_yakovenko Date: 2006-12-05 02:50:33 -0800 (Tue, 05 Dec 2006) Log Message: ----------- Modified Paths: -------------- pygccxml_dev/unittests/autoconfig.py pyplusplus_dev/environment.py Property Changed: ---------------- pygccxml_dev/unittests/ Property changes on: pygccxml_dev/unittests ___________________________________________________________________ Name: svn:ignore - *.pyc + *.pyc temp Modified: pygccxml_dev/unittests/autoconfig.py =================================================================== --- pygccxml_dev/unittests/autoconfig.py 2006-12-03 21:55:33 UTC (rev 774) +++ pygccxml_dev/unittests/autoconfig.py 2006-12-05 10:50:33 UTC (rev 775) @@ -16,7 +16,7 @@ if 'roman' in getpass.getuser(): if sys.platform == 'win32': - gccxml_path = 'd:/gccxml_cvs/gccxml-build/bin/release/gccxml.exe' + gccxml_path = r'd:/dev/gccxml_cvs/gccxml-bin/bin/release/gccxml.exe' else: gccxml_path = '/home/roman/gccxml-build/bin/gccxml' Modified: pyplusplus_dev/environment.py =================================================================== --- pyplusplus_dev/environment.py 2006-12-03 21:55:33 UTC (rev 774) +++ pyplusplus_dev/environment.py 2006-12-05 10:50:33 UTC (rev 775) @@ -27,11 +27,11 @@ if sys.platform == 'win32': scons.suffix = '.pyd' scons.ccflags = ['/MD', '/EHsc', '/GR', '/Zc:wchar_t', '/Zc:forScope' ] - boost.libs = 'd:/boost_cvs/bin' - boost.include = 'd:/boost_cvs' + boost.libs = 'd:/dev/boost_cvs/bin' + boost.include = 'd:/dev/boost_cvs' python.libs = 'e:/python25/libs' python.include = 'e:/python25/include' - gccxml.executable = 'd:/gccxml_cvs/gccxml-build/bin/release/gccxml.exe' + gccxml.executable = r'd:/dev/gccxml_cvs/gccxml-bin/bin/release/gccxml.exe' else: scons.suffix = '.so' boost.libs = '/home/roman/boost_cvs/bin' This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |