Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1134


Ignore:
Timestamp:
Apr 22, 2008, 7:35:07 PM (16 years ago)
Author:
rgrieder
Message:

hope i haven't forgotten anything

Location:
code/trunk/src/tolua
Files:
2 edited

Legend:

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

    r1126 r1134  
    4040ADD_CUSTOM_COMMAND(
    4141  OUTPUT tolua_bind.h tolua_bind.cc
    42   COMMAND ${TOLUA_EXE} -n orxonox -o tolua/tolua_bind.cc -H tolua/tolua_bind.h tolua/tolua.pkg
     42  COMMAND ${TOLUA_EXE} -n orxonox -o ../../src/tolua/tolua_bind.cc -H ../../src/tolua/tolua_bind.h ../../src/tolua/tolua.pkg
    4343  DEPENDS tolua
    44   WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/src
     44  WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/bin/lib
    4545)
    4646
  • code/trunk/src/tolua/tolua.pkg

    r1126 r1134  
    1 $cfile "core/Script_clean.h"
     1$cfile "../../core/Script_clean.h"
Note: See TracChangeset for help on using the changeset viewer.