Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/core5/src/orxonox/gamestates/CMakeLists.txt @ 5848

Last change on this file since 5848 was 5848, checked in by scheusso, 15 years ago

adding the dedicatedClient (mostly for debugging reason)
there is a new runscript (for win and unix): dedicatedClient(.bat)
you can also choose GSDedicatedClient by adding the command line argument —dedicatedClient

  • Property svn:eol-style set to native
File size: 197 bytes
Line 
1ADD_SOURCE_FILES(ORXONOX_SRC_FILES
2  GSClient.cc
3  GSDedicated.cc
4  GSDedicatedClient.cc
5  GSGraphics.cc
6  GSIOConsole.cc
7  GSLevel.cc
8  GSMainMenu.cc
9  GSRoot.cc
10  GSServer.cc
11  GSStandalone.cc
12)
Note: See TracBrowser for help on using the repository browser.