Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 30, 2009, 6:13:09 PM (15 years ago)
Author:
rgrieder
Message:

Moved GameStates back to the orxonox library. This resolves an issue at startup if the command line arguments contained errors. Furthermore you can now simply not build the modules folder and still get a working orxonox.

DELETE ALL "libgamestates*" FILES (esp. in the modules output folder) to avoid problems with duplicate libraries!!!

Location:
code/branches/core5/src/orxonox/gamestates
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • code/branches/core5/src/orxonox/gamestates/CMakeLists.txt

    r5749 r5842  
    1 SET_SOURCE_FILES(GAMESTATES_SRC_FILES
     1ADD_SOURCE_FILES(ORXONOX_SRC_FILES
    22  GSClient.cc
    33  GSDedicated.cc
     
    1010  GSStandalone.cc
    1111)
    12 
    13 ORXONOX_ADD_LIBRARY(gamestates
    14   MODULE
    15   FIND_HEADER_FILES
    16   PCH_FILE
    17     GameStatesPrecompiledHeaders.h
    18   DEFINE_SYMBOL
    19     "GAMESTATES_SHARED_BUILD"
    20   LINK_LIBRARIES
    21     orxonox
    22   SOURCE_FILES ${GAMESTATES_SRC_FILES}
    23 )
Note: See TracChangeset for help on using the changeset viewer.