Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1126 for code/trunk/src/tolua


Ignore:
Timestamp:
Apr 22, 2008, 12:37:40 PM (16 years ago)
Author:
rgrieder
Message:
  • merged cmake branch back to trunk
  • new 'features': out-of-source build, no verbose make output, rewrite of FindLua.cmake
Location:
code/trunk/src/tolua
Files:
2 edited

Legend:

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

    r1115 r1126  
    1414TARGET_LINK_LIBRARIES(tolua
    1515  ${Lua_LIBRARIES}
    16   ${Lua_LIBRARY}
    1716  m
    1817)
     
    4140ADD_CUSTOM_COMMAND(
    4241  OUTPUT tolua_bind.h tolua_bind.cc
    43   COMMAND ${TOLUA_EXE} -n orxonox -o ../../src/tolua/tolua_bind.cc -H ../../src/tolua/tolua_bind.h ../../src/tolua/tolua.pkg
     42  COMMAND ${TOLUA_EXE} -n orxonox -o tolua/tolua_bind.cc -H tolua/tolua_bind.h tolua/tolua.pkg
    4443  DEPENDS tolua
    45   WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/bin/lib
     44  WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/src
    4645)
    4746
     
    5049TARGET_LINK_LIBRARIES(tolualib
    5150  ${Lua_LIBRARIES}
    52   ${Lua_LIBRARY}
    5351)
    5452
  • code/trunk/src/tolua/tolua.pkg

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