Revision: 860
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=860&view=rev
Author: mithro
Date: 2009-01-28 07:02:42 +0000 (Wed, 28 Jan 2009)
Log Message:
-----------
Fixed a couple wrong line endings.
Modified Paths:
--------------
trunk/python-ogre/PythonOgreConfig_posix.py
Modified: trunk/python-ogre/PythonOgreConfig_posix.py
===================================================================
--- trunk/python-ogre/PythonOgreConfig_posix.py 2009-01-28 06:24:48 UTC (rev 859)
+++ trunk/python-ogre/PythonOgreConfig_posix.py 2009-01-28 07:02:42 UTC (rev 860)
@@ -146,7 +146,7 @@
PATH_LIB_opensteer = os.path.join(LOCAL_LIB)
PATH_LIB_hikari = os.path.join(PATH_hikari ) #, 'lib')
PATH_LIB_mygui = os.path.join(PATH_mygui, 'MyGUIEngine','lib','Release')
-PATH_LIB_canvas = os.path.join(PATH_canvas )
+PATH_LIB_canvas = os.path.join(PATH_canvas )
PATH_LIB_pcz = os.path.join(PATH_LIB_Ogre_OgreMain, 'OGRE')
@@ -232,4 +232,4 @@
PATH_INCLUDE_canvas= PATH_canvas
if os.sys.platform=='darwin':
- pass
\ No newline at end of file
+ pass
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|