Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1811


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

CMake should now notice if a *.lua files changes and generate our own bind file over again.

Location:
code/trunk/src
Files:
3 deleted
1 edited

Legend:

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

    r1810 r1811  
    3333  OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/toluabind_orxonox.c
    3434  COMMAND ${TOLUAGEN_EXE} -n tolua -o ../../src/tolua/toluabind_orxonox.c -H ../../src/tolua/toluabind_orxonox.h ${TOLUA_PACKAGE}
    35   DEPENDS toluagen_orxonox
     35  DEPENDS
     36    toluagen_orxonox
     37    compat-5.1.lua
     38    compat.lua
     39    basic.lua
     40    feature.lua
     41    verbatim.lua
     42    code.lua
     43    ypedef.lua
     44    container.lua
     45    package.lua
     46    module.lua
     47    namespace.lua
     48    define.lua
     49    enumerate.lua
     50    declaration.lua
     51    variable.lua
     52    array.lua
     53    function.lua
     54    operator.lua
     55    class.lua
     56    clean.lua
     57    doit.lua
    3658  WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/bin/lib
    3759)
Note: See TracChangeset for help on using the changeset viewer.