Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1076 for code/trunk/src/core


Ignore:
Timestamp:
Apr 16, 2008, 10:05:37 AM (17 years ago)
Author:
rgrieder
Message:

two hours of Fuk is very 'enlighting', the whole thing works now.\ncmake. will now build lua, then compile with tolua and finally create the Makefiles for orxonox.\n

Location:
code/trunk/src/core
Files:
3 added
3 deleted
2 edited

Legend:

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

    r1070 r1076  
     1#get the created files
     2AUX_SOURCE_DIRECTORY(tolua TOLUA_BIND_FILES)
     3
     4MESSAGE(STATUS "tolua sources: ${TOLUA_BIND_FILES}")
     5
    16SET( CORE_SRC_FILES
    27  OrxonoxClass.cc
     
    2631  Tickable.cc
    2732  Script.cc
    28   ToLuaBind.cc
     33  ${TOLUA_BIND_FILES}
    2934)
    3035
     
    3439  util
    3540  ${Lua_LIBRARIES}
     41  ${Lua_LIBRARY}
    3642  ${OIS_LIBRARIES}
    3743)
  • code/trunk/src/core/Script.cc

    r1056 r1076  
    3939}
    4040
    41 #include "util/tolua/tolua++.h"
    42 #include "ToLuaBind.h"
     41#include "tolua++.h"
     42#include "tolua/tolua_bind.h"
    4343
    4444namespace orxonox
Note: See TracChangeset for help on using the changeset viewer.