Win32 link fixes.
This commit is contained in:
@@ -309,6 +309,7 @@ win32 {
|
|||||||
../curl/lib \
|
../curl/lib \
|
||||||
../SDL/lib \
|
../SDL/lib \
|
||||||
../SDL_mixer/lib \
|
../SDL_mixer/lib \
|
||||||
|
../mysql/lib \
|
||||||
../zlib
|
../zlib
|
||||||
LIBS += -lpokerth_lib \
|
LIBS += -lpokerth_lib \
|
||||||
-lpokerth_db \
|
-lpokerth_db \
|
||||||
@@ -493,3 +494,9 @@ mac {
|
|||||||
INCLUDEPATH += /Library/Frameworks/SDL_mixer.framework/Headers
|
INCLUDEPATH += /Library/Frameworks/SDL_mixer.framework/Headers
|
||||||
}
|
}
|
||||||
OTHER_FILES += docs/infomessage-id-desc.txt
|
OTHER_FILES += docs/infomessage-id-desc.txt
|
||||||
|
|
||||||
|
official_server {
|
||||||
|
LIBPATH += pkth_stat/daemon_lib/lib
|
||||||
|
LIBS += -lpokerth_closed -lmysqlpp
|
||||||
|
DEFINES += POKERTH_OFFICIAL_SERVER
|
||||||
|
}
|
||||||
|
|||||||
+1
-1
@@ -119,7 +119,7 @@ win32 {
|
|||||||
|
|
||||||
SOURCES += src/core/win32/convhelper.cpp
|
SOURCES += src/core/win32/convhelper.cpp
|
||||||
|
|
||||||
LIBPATH += ../boost/stage/lib ../GnuTLS/lib ../gsasl/lib ../curl/lib ../zlib
|
LIBPATH += ../boost/stage/lib ../GnuTLS/lib ../gsasl/lib ../curl/lib ../mysql/lib ../zlib
|
||||||
|
|
||||||
LIBS += -lpokerth_lib -lpokerth_db -lpokerth_protocol
|
LIBS += -lpokerth_lib -lpokerth_db -lpokerth_protocol
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user