Changeset 2568 for code/branches
- Timestamp:
- Jan 6, 2009, 10:37:24 AM (16 years ago)
- Location:
- code/branches/buildsystem2
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2/cmake/FindOGRE.cmake
r2510 r2568 18 18 PATHS 19 19 $ENV{OGREDIR} 20 $ENV{OGRE_HOME} 20 21 /usr/local 21 22 /usr … … 28 29 PATHS 29 30 $ENV{OGREDIR} 31 $ENV{OGRE_HOME} 30 32 PATH_SUFFIXES lib 31 33 ) … … 34 36 PATHS 35 37 $ENV{OGREDIR} 38 $ENV{OGRE_HOME} 36 39 PATH_SUFFIXES lib 37 40 ) … … 48 51 PATHS 49 52 $ENV{OGREDIR} 53 $ENV{OGRE_HOME} 50 54 /usr/local 51 55 /usr -
code/branches/buildsystem2/src/orxonox/gui/GUIManager.cc
r2509 r2568 46 46 #include "core/Core.h" 47 47 #include "core/ToluaBindCore.h" 48 #include " orxonox/ToluaBindOrxonox.h"48 #include "ToluaBindOrxonox.h" 49 49 #include "OgreCEGUIRenderer.h" 50 50 51 51 extern "C" { 52 #include "lua.h"52 #include <lua.h> 53 53 } 54 54 -
code/branches/buildsystem2/src/tinyxml/VERSION
r2533 r2568 1 TinyXML++ trunk checkout revision 98.
Note: See TracChangeset
for help on using the changeset viewer.