Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 5, 2008, 2:18:14 PM (17 years ago)
Author:
rgrieder
Message:
  • applied patch to remove ClassManager (wouldn't wanna maintain it anymore ;))
  • sorted core CMLs a little bit
  • updated OrxonoxStableHeaders.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/CMakeLists.txt

    r1535 r1543  
    11SET(CORE_SRC_FILES
    2   BaseObject.cc
    3   ClassTreeMask.cc
    42  ConfigFileManager.cc
    53  ConfigValueContainer.cc
    64  Core.cc
    75  Error.cc
    8   Executor.cc
    9   Factory.cc
    10   Identifier.cc
    11   IdentifierDistributor.cc
     6  Language.cc
     7  OrxonoxClass.cc
    128  OutputBuffer.cc
    13   Shell.cc
    14   CommandExecutor.cc
    15   CommandEvaluation.cc
    16   ConsoleCommand.cc
    17   ArgumentCompletionFunctions.cc
    18   ConsoleCommandCompilation.cc
    19   Language.cc
    20   Loader.cc
    21   MetaObjectList.cc
    22   Namespace.cc
    23   NamespaceNode.cc
    24   OrxonoxClass.cc
    259  OutputHandler.cc
    2610  Script.cc
    2711  SignalHandler.cc
     12
     13  # command
     14  ArgumentCompletionFunctions.cc
     15  CommandEvaluation.cc
     16  CommandExecutor.cc
     17  ConsoleCommand.cc
     18  ConsoleCommandCompilation.cc
     19  Executor.cc
     20
     21  # hierarchy
     22  Factory.cc
     23  Identifier.cc
     24  MetaObjectList.cc
     25
     26  # level
     27  BaseObject.cc
     28  ClassTreeMask.cc
     29  Loader.cc
     30  Namespace.cc
     31  NamespaceNode.cc
     32  XMLPort.cc
     33
     34  # shell
     35  IRC.cc
     36  Shell.cc
    2837  TclBind.cc
    29   XMLPort.cc
    3038  TclThreadManager.cc
    31   IRC.cc
    3239
     40  # input
    3341  input/Button.cc
    3442  input/CalibratorCallback.cc
Note: See TracChangeset for help on using the changeset viewer.