Changeset 464
- Timestamp:
- Dec 12, 2007, 1:23:10 PM (17 years ago)
- Location:
- code/branches/AI/src
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/AI/src/CMakeLists.txt
r212 r464 3 3 # create a few variables to simplify life 4 4 5 SET(SRC_FILES orxonox.cc loader/LevelLoader.cc xml/xmlParser.cc)6 SET(INC_FILES loader/LevelLoader.h xml/xmlParser.h Flocking.h)5 SET(SRC_FILES orxonox.cc SignalHandler.cc loader/LevelLoader.cc xml/xmlParser.cc) 6 SET(INC_FILES loader/LevelLoader.h SignalHandler.h xml/xmlParser.h Flocking.h) 7 7 8 8 #Creates an executable -
code/branches/AI/src/orxonox.cc
r426 r464 443 443 try 444 444 { 445 SignalHandler::getInstance()->doCatch(argv[0], "orxonox.log"); 445 446 OrxApplication orxonox; 446 447 orxonox.go();
Note: See TracChangeset
for help on using the changeset viewer.