Changeset 1975 for code/branches/buildsystem/src/core
- Timestamp:
- Oct 20, 2008, 5:53:16 PM (16 years ago)
- Location:
- code/branches/buildsystem/src/core
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem/src/core/CMakeLists.txt
r1882 r1975 61 61 ${Boost_thread_LIBRARIES} 62 62 ${Boost_filesystem_LIBRARIES} 63 lua_orxonox63 ${LUA_LIBRARIES} 64 64 cpptcl_orxonox 65 65 ois_orxonox -
code/branches/buildsystem/src/core/Script.cc
r1882 r1975 34 34 #include "CoreIncludes.h" 35 35 36 #include "lua/lua.hpp" 36 extern "C" { 37 #include "lua.h" 38 #include "lualib.h" 39 } 37 40 38 41 #include "tolua++.h" -
code/branches/buildsystem/src/core/Script.h
r1810 r1975 39 39 40 40 extern "C" { 41 #include "lua /lua.h"41 #include "lua.h" 42 42 } 43 43
Note: See TracChangeset
for help on using the changeset viewer.