Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1815 for code/trunk/src


Ignore:
Timestamp:
Sep 21, 2008, 10:42:09 PM (16 years ago)
Author:
rgrieder
Message:

added more tolua dependencies (our own header files)
fixed msvc files

Location:
code/trunk/src
Files:
3 edited

Legend:

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

    r1813 r1815  
    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_orxonox tolua/tolua.pkg
     60  DEPENDS
     61    tolua_orxonox
     62    tolua/tolua.pkg
     63    Script.h
     64    CommandExecutor.h
    6165  WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/bin/lib
    6266)
  • code/trunk/src/orxonox/CMakeLists.txt

    r1813 r1815  
    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_orxonox tolua/tolua.pkg
     72  DEPENDS
     73    tolua_orxonox
     74    tolua/tolua.pkg
     75    gui/GUIManager.h
    7376  WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/bin/lib
    7477)
  • code/trunk/src/tolua/CMakeLists.txt

    r1813 r1815  
    3535  DEPENDS
    3636    toluagen_orxonox
    37         tolua-5.1.pkg
     37    tolua-5.1.pkg
    3838    lua/compat-5.1.lua
    3939    lua/compat.lua
Note: See TracChangeset for help on using the changeset viewer.