[pygccxml-commit] SF.net SVN: pygccxml: [1344] pyplusplus_dev/environment.py
Brought to you by:
mbaas,
roman_yakovenko
|
From: <rom...@us...> - 2008-06-23 21:46:40
|
Revision: 1344
http://pygccxml.svn.sourceforge.net/pygccxml/?rev=1344&view=rev
Author: roman_yakovenko
Date: 2008-06-23 14:46:49 -0700 (Mon, 23 Jun 2008)
Log Message:
-----------
updating to boost svn
Modified Paths:
--------------
pyplusplus_dev/environment.py
Modified: pyplusplus_dev/environment.py
===================================================================
--- pyplusplus_dev/environment.py 2008-06-23 20:23:05 UTC (rev 1343)
+++ pyplusplus_dev/environment.py 2008-06-23 21:46:49 UTC (rev 1344)
@@ -43,11 +43,11 @@
python.include = 'e:/python25/include'
else:
scons.suffix = '.so'
- boost.libs = ['/home/roman/boost_cvs/libs/python/build/bin-stage' ]
- boost.include = '/home/roman/boost_cvs'
- python.include = '/usr/include/python2.4'
+ scons.ccflags = ['-DBOOST_PYTHON_NO_PY_SIGNATURES' ]
+ boost.libs = ['/home/roman/include/libs' ]
+ boost.include = '/home/roman/boost_svn'
+ python.include = '/usr/include/python2.5'
-
_my_path = None
try:
import environment_path_helper
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|