Extended to shared database

This commit is contained in:
KimLS
2015-02-06 00:17:12 -08:00
parent 05df5c3e74
commit b5d33c7cbe
6 changed files with 77 additions and 3 deletions
+3
View File
@@ -233,10 +233,12 @@ ENDIF(EQEMU_BUILD_LUA)
IF(MSVC)
SET_TARGET_PROPERTIES(zone PROPERTIES LINK_FLAGS_RELEASE "/OPT:REF /OPT:ICF")
TARGET_LINK_LIBRARIES(zone "Ws2_32.lib")
TARGET_LINK_LIBRARIES(zone "rpcrt4")
ENDIF(MSVC)
IF(MINGW)
TARGET_LINK_LIBRARIES(zone "WS2_32")
TARGET_LINK_LIBRARIES(zone "rpcrt4")
ENDIF(MINGW)
IF(UNIX)
@@ -247,6 +249,7 @@ IF(UNIX)
TARGET_LINK_LIBRARIES(zone "rt")
ENDIF(NOT DARWIN)
TARGET_LINK_LIBRARIES(zone "pthread")
TARGET_LINK_LIBRARIES(zone "uuid")
ADD_DEFINITIONS(-fPIC)
ENDIF(UNIX)