Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1813 for code/trunk


Ignore:
Timestamp:
Sep 21, 2008, 9:15:00 PM (16 years ago)
Author:
rgrieder
Message:

Added all necessary dependencies so that the tolua bind files are always regenerated when needed.

Location:
code/trunk/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/CMakeLists.txt

    r1810 r1813  
    5858  OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/tolua/tolua_bind.cc
    5959  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
    6161  WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/bin/lib
    6262)
  • code/trunk/src/orxonox/CMakeLists.txt

    r1810 r1813  
    7070  OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/tolua/tolua_bind.cc
    7171  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.pkg
     72  DEPENDS tolua_orxonox tolua/tolua.pkg
    7373  WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/bin/lib
    7474)
  • code/trunk/src/orxonox/gamestates/GSGraphics.cc

    r1788 r1813  
    281281        Ogre::WindowEventUtilities::addWindowEventListener(this->renderWindow_, this);
    282282
    283         //Ogre::TextureManager::getSingleton().setDefaultNumMipmaps(5);
     283        Ogre::TextureManager::getSingleton().setDefaultNumMipmaps(5);
    284284
    285285        // create a full screen default viewport
  • code/trunk/src/tolua/CMakeLists.txt

    r1812 r1813  
    3535  DEPENDS
    3636    toluagen_orxonox
     37        tolua-5.1.pkg
    3738    lua/compat-5.1.lua
    3839    lua/compat.lua
     
    4142    lua/verbatim.lua
    4243    lua/code.lua
    43     lua/ypedef.lua
     44    lua/typedef.lua
    4445    lua/container.lua
    4546    lua/package.lua
Note: See TracChangeset for help on using the changeset viewer.