Revision: 811
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=811&view=rev
Author: andy_miller
Date: 2008-11-23 07:56:36 +0000 (Sun, 23 Nov 2008)
Log Message:
-----------
Removed MyGui from environemtn until furthre tested
Modified Paths:
--------------
trunk/python-ogre/environment.py
Modified: trunk/python-ogre/environment.py
===================================================================
--- trunk/python-ogre/environment.py 2008-11-23 07:41:33 UTC (rev 810)
+++ trunk/python-ogre/environment.py 2008-11-23 07:56:36 UTC (rev 811)
@@ -1812,28 +1812,28 @@
descText = "Use Flash controls within Ogre"
descLink = "http://hikari-library.googlecode.com/"
-class mygui:
- active = True
- pythonModule = True
- version="2.2.0RC1"
- name='mygui'
- parent="ogre/gui"
- cflags = ""
- include_dirs = [ Config.PATH_Boost,
- Config.PATH_INCLUDE_mygui
- , Config.PATH_INCLUDE_Ogre
- ,Config.PATH_INCLUDE_Ogre_Dependencies
- ]
- lib_dirs = [Config.PATH_LIB_Boost
- ,Config.PATH_LIB_Ogre_OgreMain
- ,Config.PATH_LIB_mygui
-
- ]
- CheckIncludes=[]
- libs=[ boost.lib, 'OgreMain', 'MyGUI' ] ##, 'hikari' ]
- ModuleName="mygui"
- descText = "MyGUI Interface System"
- descLink = "http://sourceforge.net/projects/my-gui/"
+# class mygui:
+# active = False
+# pythonModule = True
+# version="2.2.0RC1"
+# name='mygui'
+# parent="ogre/gui"
+# cflags = ""
+# include_dirs = [ Config.PATH_Boost,
+# Config.PATH_INCLUDE_mygui
+# , Config.PATH_INCLUDE_Ogre
+# ,Config.PATH_INCLUDE_Ogre_Dependencies
+# ]
+# lib_dirs = [Config.PATH_LIB_Boost
+# ,Config.PATH_LIB_Ogre_OgreMain
+# ,Config.PATH_LIB_mygui
+#
+# ]
+# CheckIncludes=[]
+# libs=[ boost.lib, 'OgreMain', 'MyGUI' ] ##, 'hikari' ]
+# ModuleName="mygui"
+# descText = "MyGUI Interface System"
+# descLink = "http://sourceforge.net/projects/my-gui/"
############################################################################################
@@ -1876,7 +1876,7 @@
, 'ogrepcz' : ogrepcz
, 'hydrax' : hydrax
, 'hikari' : hikari
- , 'mygui' : mygui
+# , 'mygui' : mygui
}
#
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|