Changeset 1979 for code/branches/buildsystem/src/ceguilua-0.5.0b/ceguilua
- Timestamp:
- Oct 20, 2008, 5:53:43 PM (16 years ago)
- Location:
- code/branches/buildsystem/src/ceguilua-0.5.0b/ceguilua
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem/src/ceguilua-0.5.0b/ceguilua/CEGUILua.cpp
r1832 r1979 35 35 36 36 // include Lua libs and tolua++ 37 #include "lua /lua.hpp"38 #include "tolua /tolua++.h"37 #include "lua.hpp" 38 #include "tolua++.h" 39 39 40 40 // prototype for bindings initialisation function -
code/branches/buildsystem/src/ceguilua-0.5.0b/ceguilua/CEGUILuaFunctor.cpp
r1810 r1979 34 34 35 35 // include Lua libs and tolua++ 36 #include "lua /lua.hpp"37 #include "tolua /tolua++.h"36 #include "lua.hpp" 37 #include "tolua++.h" 38 38 39 39 // Start of CEGUI namespace section -
code/branches/buildsystem/src/ceguilua-0.5.0b/ceguilua/CMakeLists.txt
r1884 r1979 9 9 10 10 TARGET_LINK_LIBRARIES(ceguilua_orxonox 11 lua_orxonox12 11 tolualib_orxonox 12 ${LUA_LIBRARIES} 13 13 ${CEGUI_LIBRARIES} 14 14 )
Note: See TracChangeset
for help on using the changeset viewer.