Revision: 1350
http://pygccxml.svn.sourceforge.net/pygccxml/?rev=1350&view=rev
Author: roman_yakovenko
Date: 2008-06-24 23:43:06 -0700 (Tue, 24 Jun 2008)
Log Message:
-----------
updating environment.py to boost svn version
Modified Paths:
--------------
pyplusplus_dev/environment.py
Modified: pyplusplus_dev/environment.py
===================================================================
--- pyplusplus_dev/environment.py 2008-06-25 06:39:31 UTC (rev 1349)
+++ pyplusplus_dev/environment.py 2008-06-25 06:43:06 UTC (rev 1350)
@@ -13,13 +13,10 @@
include = ''
class gccxml:
- gccxml_07_path = os.path.join( this_module_dir_path, '..', 'gccxml_bin', 'v07', sys.platform, 'bin' )
gccxml_09_path = os.path.join( this_module_dir_path, '..', 'gccxml_bin', 'v09', sys.platform, 'bin' )
gccxml_path = gccxml_09_path
gccxml_version = '__GCCXML_09__'
- if '0.7' in gccxml_version:
- gccxml_version = '__GCCXML_07__'
executable = gccxml_path
@@ -36,9 +33,9 @@
if sys.platform == 'win32':
scons.suffix = '.pyd'
- scons.ccflags = ['/MD', '/EHsc', '/GR', '/Zc:wchar_t', '/Zc:forScope' ]
- boost.libs = [ 'd:/dev/boost_cvs/libs/python/build/bin-stage' ]
- boost.include = 'd:/dev/boost_cvs'
+ 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' ]
+ boost.include = 'd:/dev/boost_svn'
python.libs = 'e:/python25/libs'
python.include = 'e:/python25/include'
else:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|