Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 15, 2008, 1:03:09 PM (16 years ago)
Author:
rgrieder
Message:
  • moved "—no-undefined" linker flag to root CMLs
  • removed library directories for our own libs from root CMLs (might not work)
  • removed warning in Hud.cc (float instead of integer)
File:
1 edited

Legend:

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

    r790 r1070  
    1515
    1616IF(WIN32)
    17   ADD_LIBRARY( network ${NETWORK_SRC_FILES})
     17  ADD_LIBRARY( network ${NETWORK_SRC_FILES} )
    1818ELSE(WIN32)
    19   ADD_LIBRARY( network SHARED ${NETWORK_SRC_FILES})
     19  ADD_LIBRARY( network SHARED ${NETWORK_SRC_FILES} )
    2020ENDIF(WIN32)
    21 
    22 SET_TARGET_PROPERTIES( network PROPERTIES LINK_FLAGS "--no-undefined" )
    2321
    2422TARGET_LINK_LIBRARIES( network
     
    2826  core
    2927)
     28
    3029
    3130# build those parts only on request.
Note: See TracChangeset for help on using the changeset viewer.