Changeset 7956 for code/branches/kicklib/src
- Timestamp:
- Feb 24, 2011, 7:40:07 AM (14 years ago)
- Location:
- code/branches/kicklib/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib/src/CMakeLists.txt
r7944 r7956 33 33 ####### Library Behaviour (dependencies) ######## 34 34 35 # Disable Boost auto linking completely35 # Disable auto linking completely for Boost and POCO 36 36 ADD_COMPILER_FLAGS("-DBOOST_ALL_NO_LIB") 37 ADD_COMPILER_FLAGS("-DPOCO_NO_AUTOMATIC_LIBS") 37 38 38 39 # If no defines are specified, these libs get linked statically -
code/branches/kicklib/src/external/enet/win32.c
r7459 r7956 8 8 9 9 #include <time.h> 10 #include <ws2tcpip.h> 10 11 #define ENET_BUILDING_LIB 1 11 12 #include "enet/enet.h" -
code/branches/kicklib/src/external/enet/win32.h
r7459 r7956 15 15 #include <stdlib.h> 16 16 #include <winsock2.h> 17 #include <ws2tcpip.h>18 17 19 18 typedef SOCKET ENetSocket;
Note: See TracChangeset
for help on using the changeset viewer.