[pygccxml-commit] SF.net SVN: pygccxml: [272] pyplusplus_dev/environment.py
Brought to you by:
mbaas,
roman_yakovenko
From: <rom...@us...> - 2006-07-04 13:30:55
|
Revision: 272 Author: roman_yakovenko Date: 2006-07-04 06:30:48 -0700 (Tue, 04 Jul 2006) ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=272&view=rev Log Message: ----------- updating Python location Modified Paths: -------------- pyplusplus_dev/environment.py Modified: pyplusplus_dev/environment.py =================================================================== --- pyplusplus_dev/environment.py 2006-07-02 18:48:46 UTC (rev 271) +++ pyplusplus_dev/environment.py 2006-07-04 13:30:48 UTC (rev 272) @@ -29,8 +29,8 @@ scons.ccflags = ['/MD', '/EHsc', '/GR', '/Zc:wchar_t', '/Zc:forScope' ] boost.libs = 'd:/boost_cvs/bin' boost.include = 'd:/boost_cvs' - python.libs = 'c:/python/libs' - python.include = 'c:/python/include' + python.libs = 'e:/python24/libs' + python.include = 'e:/python24/include' gccxml.executable = 'd:/gccxml_cvs/gccxml-build/bin/release/gccxml.exe' else: scons.suffix = '.so' This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |