Revision: 756
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=756&view=rev
Author: andy_miller
Date: 2008-10-07 13:43:51 +0000 (Tue, 07 Oct 2008)
Log Message:
-----------
Made boost 1_36 the default for posix systems in the config file
Modified Paths:
--------------
trunk/python-ogre/PythonOgreConfig_posix.py
Modified: trunk/python-ogre/PythonOgreConfig_posix.py
===================================================================
--- trunk/python-ogre/PythonOgreConfig_posix.py 2008-10-07 13:42:46 UTC (rev 755)
+++ trunk/python-ogre/PythonOgreConfig_posix.py 2008-10-07 13:43:51 UTC (rev 756)
@@ -16,11 +16,11 @@
LOCAL_INCLUDE = os.path.join(ROOT_DIR, 'usr/include')
## path to the root of your boost dir, should have 'libs', 'boost' subdirectories
-PATH_Boost = os.path.join(LOCAL_INCLUDE, 'boost-1_35')
+PATH_Boost = os.path.join(LOCAL_INCLUDE, 'boost-1_36')
## Path to your boost_pythonxxxx lib file
PATH_LIB_Boost = LOCAL_LIB
## and the name of the boost python library
-LIB_Boost = 'libboost_python-gcc42-mt-1_35'
+LIB_Boost = 'libboost_python-gcc42-mt-1_36'
# in Linux we need to code in the Relative path for the library
RPATH=os.path.join('\\$$ORIGIN',os.pardir,os.pardir, 'lib') #+ '\''
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|