Integration of the db backend library.

This commit is contained in:
lotodore
2009-09-26 20:05:46 +00:00
parent 345b0f46d5
commit c59a8274e1
2 changed files with 12 additions and 0 deletions
+5
View File
@@ -218,6 +218,11 @@ SOURCES += \
src/gui/generic/serverguiwrapper.cpp \
src/gui/qttoolsinterface.cpp
official_server{
INCLUDEPATH += pkth_stat/daemon_lib/src
DEFINES += POKERTH_OFFICIAL_SERVER
}
win32{
DEFINES += CURL_STATICLIB
DEFINES += _WIN32_WINNT=0x0501
+7
View File
@@ -111,6 +111,13 @@ SOURCES += \
src/net/common/net_helper_server.cpp \
src/core/common/loghelper_server.cpp
official_server {
LIBPATH += pkth_stat/daemon_lib/lib
LIBS += -lpokerth_closed
DEFINES += POKERTH_OFFICIAL_SERVER
}
win32 {
DEFINES += CURL_STATICLIB
DEFINES += _WIN32_WINNT=0x0501