Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1472


Ignore:
Timestamp:
May 29, 2008, 2:59:11 AM (16 years ago)
Author:
landauf
Message:

shared linking of core for windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/core/CMakeLists.txt

    r1446 r1472  
    4545)
    4646
    47 IF(WIN32)
    48   ADD_LIBRARY(core ${CORE_SRC_FILES})
    49 ELSE(WIN32)
    50   ADD_LIBRARY(core SHARED ${CORE_SRC_FILES})
    51 ENDIF(WIN32)
     47ADD_LIBRARY(core SHARED ${CORE_SRC_FILES})
    5248
    5349TARGET_LINK_LIBRARIES(core
Note: See TracChangeset for help on using the changeset viewer.