Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 539 for code/branches/FICN/src


Ignore:
Timestamp:
Dec 16, 2007, 2:04:21 AM (17 years ago)
Author:
nicolasc
Message:
  • standardized FindZLIB.cmake
  • minor cleanup in Media
Location:
code/branches/FICN/src
Files:
2 edited

Legend:

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

    r538 r539  
    3535
    3636ADD_LIBRARY(network SHARED ${NETWORK_SRC_FILES})
    37 TARGET_LINK_LIBRARIES(network ${Zlib_LIBRARY} ${ENet_LIBRARY} ${Boost_thread_LIBRARIES})
     37TARGET_LINK_LIBRARIES(network ${ZLIB_LIBRARY} ${ENet_LIBRARY} ${Boost_thread_LIBRARIES})
    3838
    3939ADD_EXECUTABLE(chatserver ${CHATSERVER_SRC_FILES})
     
    4444  #objects
    4545  ${ENet_LIBRARY}
    46   ${Zlib_LIBRARY}
     46  ${ZLIB_LIBRARY}
    4747  ${WINDOWS_ENET_DEPENDENCIES}
    4848)
     
    5555  #objects
    5656  ${ENet_LIBRARY}
    57   ${Zlib_LIBRARY}
     57  ${ZLIB_LIBRARY}
    5858  ${WINDOWS_ENET_DEPENDENCIES}
    5959)
  • code/branches/FICN/src/orxonox/orxonox.cc

    r537 r539  
    6767#include "../network/Client.h"
    6868#include "../network/NetworkFrameListener.h"
    69 
    70 // some tests to see if enet works without includsion
    71 //#include <enet/enet.h>
    72 //#include <enet/protocol.h>
    7369
    7470
Note: See TracChangeset for help on using the changeset viewer.