Win32 link fixes.

This commit is contained in:
lotodore
2010-08-28 09:24:54 +00:00
parent 56ecd96ce7
commit dfb27a0674
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -309,6 +309,7 @@ win32 {
../curl/lib \
../SDL/lib \
../SDL_mixer/lib \
../mysql/lib \
../zlib
LIBS += -lpokerth_lib \
-lpokerth_db \
@@ -493,3 +494,9 @@ mac {
INCLUDEPATH += /Library/Frameworks/SDL_mixer.framework/Headers
}
OTHER_FILES += docs/infomessage-id-desc.txt
official_server {
LIBPATH += pkth_stat/daemon_lib/lib
LIBS += -lpokerth_closed -lmysqlpp
DEFINES += POKERTH_OFFICIAL_SERVER
}