Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 17, 2007, 12:16:02 AM (16 years ago)
Author:
landauf
Message:

compiles with mingw

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/CMakeLists.txt

    r539 r547  
    6666FIND_PACKAGE(ZLIB)
    6767
    68 IF(WIN32)
    69   SET(WINDOWS_ENET_DEPENDENCIES "ws2_32;winmm")
    70 ENDIF(WIN32)
    71 
    7268#Sets the search paths for the linking
    7369LINK_DIRECTORIES(${OGRE_LIB_DIR} ${OIS_LIB_DIR} ${CEGUI_LIB_DIR} ${CEGUI_OGRE_LIB_DIR} ${ENet_LIBRARY} ${Boost_LIBRARY_DIRS} ${Zlib_LIBRARY_DIR} core objects loader network weapon classHierarchy audio)
Note: See TracChangeset for help on using the changeset viewer.