diff --git a/pokerth_game.pro b/pokerth_game.pro index bfc7ca44..7c4b78c6 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -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 +} diff --git a/pokerth_server.pro b/pokerth_server.pro index cf6ab39b..98e301be 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -119,7 +119,7 @@ win32 { 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