[pygccxml-commit] SF.net SVN: pygccxml:[1704] pyplusplus_dev/environment.py
Brought to you by:
mbaas,
roman_yakovenko
From: <rom...@us...> - 2009-04-24 19:47:51
|
Revision: 1704 http://pygccxml.svn.sourceforge.net/pygccxml/?rev=1704&view=rev Author: roman_yakovenko Date: 2009-04-24 19:47:36 +0000 (Fri, 24 Apr 2009) Log Message: ----------- update configuration to new environment Modified Paths: -------------- pyplusplus_dev/environment.py Modified: pyplusplus_dev/environment.py =================================================================== --- pyplusplus_dev/environment.py 2009-04-23 10:29:18 UTC (rev 1703) +++ pyplusplus_dev/environment.py 2009-04-24 19:47:36 UTC (rev 1704) @@ -33,10 +33,10 @@ if sys.platform == 'win32': scons.suffix = '.pyd' scons.ccflags = ['/MD', '/EHsc', '/GR', '/Zc:wchar_t', '/Zc:forScope', '-DBOOST_PYTHON_NO_PY_SIGNATURES' ] - boost.libs = [ 'd:/dev/boost_svn/bin.v2/libs/python/build/msvc-7.1/release/threading-multi' ] - boost.include = 'd:/dev/boost_svn' - python.libs = 'e:/python25/libs' - python.include = 'e:/python25/include' + boost.libs = [ r'e:\dev\boost_svn\bin.v2\libs\python\build\msvc-9.0\release\threading-multi' ] + boost.include = 'e:/dev/boost_svn' + python.libs = 'c:/program files/python26/libs' + python.include = 'c:/program files/python26/include' else: os.nice( 20 ) print 'test process niceness: 20' This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |