- Timestamp:
- Aug 23, 2010, 12:54:08 AM (14 years ago)
- Location:
- code/branches/consolecommands3/src/libraries/core
- Files:
-
- 2 added
- 1 edited
- 28 moved
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/CMakeLists.txt
r7163 r7202 19 19 20 20 SET_SOURCE_FILES(CORE_SRC_FILES 21 CommandLineParser.cc 21 22 ConfigValueContainer.cc 22 23 Core.cc … … 29 30 GraphicsManager.cc 30 31 GUIManager.cc 31 IOConsole.cc32 32 Language.cc 33 33 LuaState.cc … … 37 37 ScopedSingletonManager.cc 38 38 WindowEventListener.cc 39 40 # command41 CommandEvaluation.cc42 CommandExecutor.cc43 CommandLineParser.cc44 ConsoleCommand.cc45 ConsoleCommandCompilation.cc46 Executor.cc47 39 48 40 # hierarchy … … 60 52 XMLNameListener.cc 61 53 62 # shell63 IRC.cc64 Shell.cc65 TclBind.cc66 67 54 COMPILATION_BEGIN FilesystemCompilation.cc 68 ArgumentCompletionFunctions.cc55 command/ArgumentCompletionFunctions.cc 69 56 ConfigFileManager.cc 70 57 MemoryArchive.cc … … 75 62 ThreadPool.cc 76 63 COMPILATION_BEGIN ThreadCompilation.cc 77 TclThreadManager.cc64 command/TclThreadManager.cc 78 65 Thread.cc 79 66 COMPILATION_END 80 67 ) 81 68 69 ADD_SUBDIRECTORY(command) 82 70 ADD_SUBDIRECTORY(input) 83 71 … … 85 73 FIND_HEADER_FILES 86 74 TOLUA_FILES 87 CommandExecutor.h75 command/CommandExecutor.h 88 76 ConfigFileManager.h 89 77 Game.h
Note: See TracChangeset
for help on using the changeset viewer.