Changeset 1813
- Timestamp:
- Sep 21, 2008, 9:15:00 PM (16 years ago)
- Location:
- code/trunk/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/CMakeLists.txt
r1810 r1813 58 58 OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/tolua/tolua_bind.cc 59 59 COMMAND ${TOLUA_EXE} -n Core -o ../../src/core/tolua/tolua_bind.cc -H ../../src/core/tolua/tolua_bind.h ../../src/core/tolua/tolua.pkg 60 DEPENDS tolua 60 DEPENDS tolua_orxonox tolua/tolua.pkg 61 61 WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/bin/lib 62 62 ) -
code/trunk/src/orxonox/CMakeLists.txt
r1810 r1813 70 70 OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/tolua/tolua_bind.cc 71 71 COMMAND ${TOLUA_EXE} -n Orxonox -o ../../src/orxonox/tolua/tolua_bind.cc -H ../../src/orxonox/tolua/tolua_bind.h ../../src/orxonox/tolua/tolua.pkg 72 DEPENDS tolua ${CMAKE_SOURCE_DIR}/src/orxonox/tolua/tolua.pkg72 DEPENDS tolua_orxonox tolua/tolua.pkg 73 73 WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/bin/lib 74 74 ) -
code/trunk/src/orxonox/gamestates/GSGraphics.cc
r1788 r1813 281 281 Ogre::WindowEventUtilities::addWindowEventListener(this->renderWindow_, this); 282 282 283 //Ogre::TextureManager::getSingleton().setDefaultNumMipmaps(5);283 Ogre::TextureManager::getSingleton().setDefaultNumMipmaps(5); 284 284 285 285 // create a full screen default viewport -
code/trunk/src/tolua/CMakeLists.txt
r1812 r1813 35 35 DEPENDS 36 36 toluagen_orxonox 37 tolua-5.1.pkg 37 38 lua/compat-5.1.lua 38 39 lua/compat.lua … … 41 42 lua/verbatim.lua 42 43 lua/code.lua 43 lua/ ypedef.lua44 lua/typedef.lua 44 45 lua/container.lua 45 46 lua/package.lua
Note: See TracChangeset
for help on using the changeset viewer.