Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 28, 2008, 2:27:03 PM (16 years ago)
Author:
rgrieder
Message:

Merged Revisions 1831 - 1845 to tutorial. This is an update from the trunk.

Location:
code/branches/orxonox_tutorial
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/orxonox_tutorial

  • code/branches/orxonox_tutorial/src/orxonox/CMakeLists.txt

    r1817 r1846  
    3434  overlays/hud/HUDSpeedBar.cc
    3535
    36   tolua/tolua_bind.cc
    37 
    3836  tools/BillboardSet.cc
    3937  tools/Light.cc
     
    6462  objects/RotatingProjectile.cc
    6563  objects/ParticleProjectile.cc
     64
     65  tolua/tolua_bind.cc
    6666)
    6767
    6868GET_TARGET_PROPERTY(TOLUA_EXE tolua_orxonox LOCATION)
    6969ADD_CUSTOM_COMMAND(
    70   OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/tolua/tolua_bind.cc
     70  OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/tolua/tolua_bind.cc ${CMAKE_CURRENT_SOURCE_DIR}/tolua/tolua_bind.h
    7171  COMMAND ${TOLUA_EXE} -n Orxonox -o ../../src/orxonox/tolua/tolua_bind.cc -H ../../src/orxonox/tolua/tolua_bind.h ../../src/orxonox/tolua/tolua.pkg
    7272  DEPENDS
     
    105105  tinyxml_orxonox
    106106  tolualib_orxonox
    107   ois_orxonox
    108107  util
    109108  core
Note: See TracChangeset for help on using the changeset viewer.