Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/libraries/core/command/CMakeLists.txt @ 7284

Last change on this file since 7284 was 7284, checked in by landauf, 14 years ago

merged consolecommands3 branch back to trunk.

note: the console command interface has changed completely, but the documentation is not yet up to date. just copy an existing command and change it to your needs, it's pretty self-explanatory. also the include files related to console commands are now located in core/command/. in the game it should work exactly like before, except for some changes in the auto-completion.

  • Property svn:eol-style set to native
File size: 191 bytes
Line 
1ADD_SOURCE_FILES(CORE_SRC_FILES
2  CommandEvaluation.cc
3  CommandExecutor.cc
4  ConsoleCommand.cc
5  ConsoleCommandCompilation.cc
6  Executor.cc
7  IOConsole.cc
8  IRC.cc
9  Shell.cc
10  TclBind.cc
11)
Note: See TracBrowser for help on using the repository browser.