Revision: 810
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=810&view=rev
Author: mithro
Date: 2008-11-23 07:41:33 +0000 (Sun, 23 Nov 2008)
Log Message:
-----------
Fixed the line endings.
Modified Paths:
--------------
trunk/python-ogre/environment.py
Modified: trunk/python-ogre/environment.py
===================================================================
--- trunk/python-ogre/environment.py 2008-11-23 02:15:43 UTC (rev 809)
+++ trunk/python-ogre/environment.py 2008-11-23 07:41:33 UTC (rev 810)
@@ -482,7 +482,7 @@
bjambuilddir = 'bin.macosxx86'
bjambuildset = 'darwin'
else:
- bjambuilddir = 'bin.linuxx86'
+ bjambuilddir = 'bin.linuxx86_64'
bjambuildset = 'gcc'
source = [
@@ -749,7 +749,7 @@
libs=['OIS_Static',boost.lib]
else:
- libs=['OIS',boost.lib]
+ libs=['OIS',boost.lib]
libs.append ( boost_python_index.lib )
if os.name=="nt":
libs.append ( "User32" ) # needed for static linking
@@ -785,7 +785,7 @@
if isWindows():
libs=[boost.lib, 'OgreMain', 'ode_single', 'ReferenceAppLayer']
else:
- libs=[boost.lib, 'OgreMain', 'ode', 'ReferenceAppLayer']
+ libs=[boost.lib, 'OgreMain', 'ode', 'ReferenceAppLayer']
libs.append ( boost_python_index.lib )
lib_dirs = [ Config.PATH_LIB_Boost
, Config.PATH_LIB_Ogre_OgreMain
@@ -811,14 +811,14 @@
if isWindows():
libs = ['Newton', boost.lib, 'OgreNewt_Main', 'OgreMain']
else:
- libs = ['Newton', boost.lib, 'OgreNewt', 'OgreMain']
+ libs = ['Newton', boost.lib, 'OgreNewt', 'OgreMain']
libs.append ( boost_python_index.lib )
if _STABLE:
source = [
[cvs, " -d :pserver:ano...@cv...:/cvsroot/ogre co -D 01052008 -P "+base, os.getcwd()]
]
else:
- source = [
+ source = [
[svn, " co https://ogreaddons.svn.sourceforge.net/svnroot/ogreaddons/trunk/ogrenewt " + base, os.getcwd()]
]
baseDir = os.path.join(os.getcwd(), base )
@@ -867,7 +867,7 @@
pchincludes = ['boost/python.hpp', 'cegui.h']
libs=[boost.lib, 'CEGUIBase', 'OgreMain', 'OgreGUIRenderer' ]
else:
- libs=[boost.lib, 'CEGUIBase', 'OgreMain', 'CEGUIOgreRenderer' ]
+ libs=[boost.lib, 'CEGUIBase', 'OgreMain', 'CEGUIOgreRenderer' ]
libs.append ( boost_python_index.lib )
if isLinux():
@@ -940,7 +940,7 @@
if isWindows():
odeLibraryName = 'ode_single'
libs= [boost.lib, odeLibraryName, 'User32'] # needed for MessageBox function
- else:
+ else:
libs.append ( boost_python_index.lib )
lib_dirs = [ Config.PATH_LIB_Boost
, Config.PATH_LIB_ODE
@@ -982,8 +982,8 @@
version= "1.3"
name = 'opcode'
parent = "ogre/physics"
- libs=[boost.lib]
- if isLinux():
+ libs=[boost.lib]
+ if isLinux():
libs.append ( boost_python_index.lib )
lib_dirs = [ Config.PATH_LIB_Boost
]
@@ -1061,7 +1061,7 @@
libs=[boost.lib, 'OgreMain', 'OgreOde_Core', 'OgreOde_Prefab', 'OgreOde_Loader' ]
if isLinux():
- libs.append('ode')
+ libs.append('ode')
libs.append ( boost_python_index.lib )
else:
libs.append('ode_single')
@@ -1098,8 +1098,8 @@
##,Config.PATH_LIB_quickgui
]
CheckIncludes=[]
- libs=[ boost.lib, 'OgreMain' ]
- if isLinux():
+ libs=[ boost.lib, 'OgreMain' ]
+ if isLinux():
libs.append ( boost_python_index.lib )
ModuleName="QuickGUI"
@@ -1153,8 +1153,8 @@
CheckIncludes=[]
libs=[ boost.lib, 'OgreMain', 'OIS_Static' ]
if os.name=="nt":
- libs.append ( "User32" ) # needed for static linking
- else:
+ libs.append ( "User32" ) # needed for static linking
+ else:
libs.append ( boost_python_index.lib )
ModuleName="betagui"
@@ -1175,8 +1175,8 @@
Config.PATH_LIB_Ogre_OgreMain
]
CheckIncludes=[]
- libs=[ boost.lib, 'OgreMain' ]
- if isLinux():
+ libs=[ boost.lib, 'OgreMain' ]
+ if isLinux():
libs.append ( boost_python_index.lib )
ModuleName="ogreforests"
@@ -1198,8 +1198,8 @@
Config.PATH_LIB_particleuniverse
]
CheckIncludes=[]
- libs=[ boost.lib, 'OgreMain', 'ParticleUniverse' ]
- if isLinux():
+ libs=[ boost.lib, 'OgreMain', 'ParticleUniverse' ]
+ if isLinux():
libs.append ( boost_python_index.lib )
ModuleName="particleuniverse"
@@ -1235,7 +1235,7 @@
if os.name =='nt':
libs=[ boost.lib, 'NxCharacter', 'NxCooking', 'PhysXLoader','OgreMain','NxOgre' ] #, 'NxOgreStatic'] #'NxExtensions',
else:
- libs=[ boost.lib, 'NxCharacter', 'NxCooking', 'PhysXCore','PhysXLoader','OgreMain', 'NxOgre' ]
+ libs=[ boost.lib, 'NxCharacter', 'NxCooking', 'PhysXCore','PhysXLoader','OgreMain', 'NxOgre' ]
libs.append ( boost_python_index.lib )
ModuleName="NxOgre"
@@ -1265,8 +1265,8 @@
Config.PATH_LIB_Theora,
]
CheckIncludes=[]
- libs=[ boost.lib, 'Plugin_TheoraVideoSystem','OgreMain' ]
- if isLinux():
+ libs=[ boost.lib, 'Plugin_TheoraVideoSystem','OgreMain' ]
+ if isLinux():
libs.append ( boost_python_index.lib )
ModuleName="theora"
@@ -1288,7 +1288,7 @@
if os.name == "nt":
libs = [ boost.lib, 'winmm', 'User32','wsock32', 'opengl32.lib','glu32.lib' ]
else:
- libs = [ boost.lib, "GL" ] # Note sure what linux libraries are needed
+ libs = [ boost.lib, "GL" ] # Note sure what linux libraries are needed
libs.append ( boost_python_index.lib )
class physx:
@@ -1316,7 +1316,7 @@
if isWindows():
libs=[ boost.lib, 'NxCharacter', 'NxCooking', 'PhysXLoader' ]
elif isLinux():
- libs=[ boost.lib, 'NxCharacter', 'NxCooking', 'PhysXCore', 'PhysXLoader' ]
+ libs=[ boost.lib, 'NxCharacter', 'NxCooking', 'PhysXCore', 'PhysXLoader' ]
libs.append ( boost_python_index.lib )
source = [
[wget, "http://developer.download.nvidia.com/PhysX/2.8.1/PhysX_2.8.1_SDK_CoreLinux_deb.tar.gz", downloadPath]
@@ -1532,13 +1532,13 @@
parent = "ogre/physics"
libs=[boost.lib, 'LibBulletCollision', 'LibBulletDynamics','LibLinearMath']
if isWindows():
- pass
+ pass
#libs.append('libbulletMath')
else:
#libs.append('libbulletmath')
libs.append('LibBulletSoftBody')
#libs.append('libbulletcolladaconverter')
- libs.append('LibBulletMultiThreaded')
+ libs.append('LibBulletMultiThreaded')
libs.append ( boost_python_index.lib )
lib_dirs = [ Config.PATH_LIB_Boost
@@ -1558,8 +1558,8 @@
[0, "cmake . -DCMAKE_INSTALL_PREFIX:PATH=%s" % PREFIX, baseDir],
[0, "make", baseDir],
# [0, "make install", baseDir],
-# [0, "jam", baseDir],
-# [0, "jam install", baseDir]
+# [0, "jam", baseDir],
+# [0, "jam install", baseDir]
[0, "find . -name *.a -execdir cp {} %s/lib \;" % PREFIX, baseDir]
]
@@ -1602,10 +1602,10 @@
if isWindows():
CCFLAGS = ' -DWIN32 -DNDEBUG -D_WINDOWS -D_PRECOMP '
else:
- CCFLAGS = ' -D_PRECOMP -fno-inline '
+ CCFLAGS = ' -D_PRECOMP -fno-inline '
libs.append ( boost_python_index.lib )
ModuleName = 'OgreBulletC'
- CheckIncludes=['boost/python.hpp', 'Ogre.h']
+ CheckIncludes=['boost/python.hpp', 'Ogre.h']
class ogrebulletd: #
@@ -1636,7 +1636,7 @@
if isWindows():
CCFLAGS = ' -DWIN32 -DNDEBUG -D_WINDOWS -D_PRECOMP '
else:
- CCFLAGS = ' -D_PRECOMP -fno-inline '
+ CCFLAGS = ' -D_PRECOMP -fno-inline '
libs.append ( boost_python_index.lib )
ModuleName = 'OgreBulletD'
CheckIncludes=['boost/python.hpp', 'Ogre.h']
@@ -1655,10 +1655,10 @@
os.path.join(Config.PATH_INCLUDE_noise, 'module')
]
lib_dirs = [Config.PATH_LIB_Boost
- ]
+ ]
CheckIncludes=[]
libs=[ boost.lib]
- if isLinux():
+ if isLinux():
libs.append ( boost_python_index.lib )
ModuleName="noise"
descText = "Generate 'noise'"
@@ -1678,8 +1678,8 @@
Config.PATH_LIB_Ogre_OgreMain
]
CheckIncludes=[]
- libs=[ boost.lib, 'OgreMain' ]
- if isLinux():
+ libs=[ boost.lib, 'OgreMain' ]
+ if isLinux():
libs.append ( boost_python_index.lib )
ModuleName="watermesh"
descText = "C++ code from Ogre Water demo -- use Hydrax instead"
@@ -1699,8 +1699,8 @@
Config.PATH_LIB_Ogre_OgreMain
]
CheckIncludes=[]
- libs=[ boost.lib, 'OgreMain' ]
- if isLinux():
+ libs=[ boost.lib, 'OgreMain' ]
+ if isLinux():
libs.append ( boost_python_index.lib )
ModuleName="ofusion"
descText = "Import Ogre 'Scenes' from 3dMax using the ofusion exporter"
@@ -1720,8 +1720,8 @@
Config.PATH_LIB_Ogre_OgreMain
]
CheckIncludes=[]
- libs=[ boost.lib, 'OgreMain' ]
- if isLinux():
+ libs=[ boost.lib, 'OgreMain' ]
+ if isLinux():
libs.append ( boost_python_index.lib )
ModuleName="cadunetree"
descText = "Generate realistic trees"
@@ -1738,12 +1738,12 @@
Config.PATH_INCLUDE_ogrepcz
]
lib_dirs = [Config.PATH_LIB_Boost,
- Config.PATH_LIB_Ogre_OgreMain,
+ Config.PATH_LIB_Ogre_OgreMain,
os.path.join(Config.PATH_LIB_Ogre_OgreMain, 'OGRE')
]
CheckIncludes=[]
- libs=[ boost.lib, 'Plugin_PCZSceneManager', 'OgreMain' ]
- if isLinux():
+ libs=[ boost.lib, 'Plugin_PCZSceneManager', 'OgreMain' ]
+ if isLinux():
libs.append ( boost_python_index.lib )
ModuleName="ogrepcz"
descText = "Portal SceneManager - seamlessly move from interior to exterior scene management"
@@ -1763,8 +1763,8 @@
Config.PATH_LIB_opensteer
]
CheckIncludes=[]
- libs=[ boost.lib, 'opensteer' ]
- if isLinux():
+ libs=[ boost.lib, 'opensteer' ]
+ if isLinux():
libs.append ( boost_python_index.lib )
ModuleName="opensteer"
@@ -1783,8 +1783,8 @@
Config.PATH_LIB_Ogre_OgreMain
]
CheckIncludes=[]
- libs=[ boost.lib, 'OgreMain' ]
- if isLinux():
+ libs=[ boost.lib, 'OgreMain' ]
+ if isLinux():
libs.append ( boost_python_index.lib )
ModuleName="hydrax"
descText = "Fantastic water/ocean effects"
@@ -1805,8 +1805,8 @@
Config.PATH_LIB_hikari
]
CheckIncludes=[]
- libs=[ boost.lib, 'OgreMain', 'comsuppw', 'Gdi32' ] ##, 'hikari' ]
- if isLinux():
+ libs=[ boost.lib, 'OgreMain', 'comsuppw', 'Gdi32' ] ##, 'hikari' ]
+ if isLinux():
libs.append ( boost_python_index.lib )
ModuleName="hikari"
descText = "Use Flash controls within Ogre"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|