Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 23, 2008, 7:02:01 PM (16 years ago)
Author:
landauf
Message:

merged the last changes from trunk to console

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/src/tolua/CMakeLists.txt

    r1133 r1146  
    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
Note: See TracChangeset for help on using the changeset viewer.