Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7202


Ignore:
Timestamp:
Aug 23, 2010, 12:54:08 AM (14 years ago)
Author:
landauf
Message:

moved all files related to the command execution chain to core/command (includes not yet adjusted, doesn't compile)

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  
    1919
    2020SET_SOURCE_FILES(CORE_SRC_FILES
     21  CommandLineParser.cc
    2122  ConfigValueContainer.cc
    2223  Core.cc
     
    2930  GraphicsManager.cc
    3031  GUIManager.cc
    31   IOConsole.cc
    3232  Language.cc
    3333  LuaState.cc
     
    3737  ScopedSingletonManager.cc
    3838  WindowEventListener.cc
    39 
    40   # command
    41   CommandEvaluation.cc
    42   CommandExecutor.cc
    43   CommandLineParser.cc
    44   ConsoleCommand.cc
    45   ConsoleCommandCompilation.cc
    46   Executor.cc
    4739
    4840  # hierarchy
     
    6052  XMLNameListener.cc
    6153
    62   # shell
    63   IRC.cc
    64   Shell.cc
    65   TclBind.cc
    66 
    6754COMPILATION_BEGIN FilesystemCompilation.cc
    68   ArgumentCompletionFunctions.cc
     55  command/ArgumentCompletionFunctions.cc
    6956  ConfigFileManager.cc
    7057  MemoryArchive.cc
     
    7562  ThreadPool.cc
    7663COMPILATION_BEGIN ThreadCompilation.cc
    77   TclThreadManager.cc
     64  command/TclThreadManager.cc
    7865  Thread.cc
    7966COMPILATION_END
    8067)
    8168
     69ADD_SUBDIRECTORY(command)
    8270ADD_SUBDIRECTORY(input)
    8371
     
    8573  FIND_HEADER_FILES
    8674  TOLUA_FILES
    87     CommandExecutor.h
     75    command/CommandExecutor.h
    8876    ConfigFileManager.h
    8977    Game.h
Note: See TracChangeset for help on using the changeset viewer.