Changeset 2641 for code/branches/buildsystem2/src/core
- Timestamp:
- Feb 8, 2009, 11:52:37 PM (16 years ago)
- Location:
- code/branches/buildsystem2/src/core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2/src/core/CMakeLists.txt
r2640 r2641 80 80 ${Boost_THREAD_LIBRARY} 81 81 ${Boost_FILESYSTEM_LIBRARY} 82 ${Boost_SYSTEM_LIBRARY} # MSVC only82 ${Boost_SYSTEM_LIBRARY} 83 83 ${Boost_DATE_TIME_LIBRARY} # MSVC only 84 84 ${LUA_LIBRARIES} -
code/branches/buildsystem2/src/core/LuaBind.cc
r2610 r2641 38 38 #include <tolua/tolua++.h> 39 39 40 #include " core/ToluaBindCore.h"40 #include "ToluaBindCore.h" 41 41 #include "util/String.h" 42 42 #include "CoreIncludes.h"
Note: See TracChangeset
for help on using the changeset viewer.