Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 22, 2008, 4:45:32 PM (16 years ago)
Author:
bknecht
Message:

crazy stuff!! triggers and the best: you can now use the lua function "include(levelfile)" to include another level file into the level. it's great!!! :D

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/script_trigger/src/core/CMakeLists.txt

    r1307 r1383  
    3333  OUTPUT tolua/tolua_bind.cc tolua/tolua_bind.h
    3434  COMMAND ${TOLUA_EXE} -n core -o ../../src/core/tolua/tolua_bind.cc -H ../../src/core/tolua/tolua_bind.h ../../src/core/tolua/tolua.pkg
    35   DEPENDS tolua
     35  DEPENDS tolua LuaBind_clean.h
    3636  WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/bin/lib
    3737)
Note: See TracChangeset for help on using the changeset viewer.