Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8365


Ignore:
Timestamp:
Apr 30, 2011, 9:27:02 PM (13 years ago)
Author:
rgrieder
Message:

Use static linking for the externals to reduce code size as well as number of libraries to load. Plus, we can only link to OIS and ENet dynamically on all platforms. So make it all static ;)

File:
1 edited

Legend:

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

    r8351 r8365  
    6161
    6262# Default linking for externals is SHARED
    63 SET(ORXONOX_EXTERNAL_LINK_MODE SHARED CACHE STRING "Link mode for external libraries that we build ourselves. Note: on Windows, some libraries cannot be linked shared.")
     63SET(ORXONOX_EXTERNAL_LINK_MODE "STATIC" CACHE STRING "Link mode for external libraries that we build ourselves. Note: on Windows, some libraries cannot be linked shared.")
    6464
    6565IF(ORXONOX_EXTERNAL_LINK_MODE STREQUAL "SHARED")
Note: See TracChangeset for help on using the changeset viewer.