diff --git a/pokerth_server.pro b/pokerth_server.pro index 5394a79d..3a71980d 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -141,6 +141,7 @@ win32 { LIBS += -lboost_thread_win32-mt LIBS += -lboost_filesystem-mt LIBS += -lboost_regex-mt + LIBS += -lboost_program_options-mt LIBS += -lboost_iostreams-mt LIBS += -lboost_system-mt } @@ -148,12 +149,15 @@ win32 { LIBS += -lboost_thread-mgw45-mt-1_44.dll LIBS += -lboost_filesystem-mgw45-mt-1_44.dll LIBS += -lboost_regex-mgw45-mt-1_44 + LIBS += -lboost_program_options-mgw45-mt-1_44.dll LIBS += -lboost_iostreams-mgw45-mt-1_44.dll LIBS += -lboost_zlib-mgw45-mt-1_44.dll LIBS += -lboost_system-mgw45-mt-1_44.dll } - LIBS += -lgdi32 \ + LIBS += -liconv \ + -lz \ + -lgdi32 \ -lcomdlg32 \ -loleaut32 \ -limm32 \ diff --git a/pokerth_tests.pro b/pokerth_tests.pro index df972895..0bdbf0af 100644 --- a/pokerth_tests.pro +++ b/pokerth_tests.pro @@ -44,15 +44,8 @@ win32 { LIBPATH += ../boost/stage/lib ../GnuTLS/lib ../openssl/lib ../gsasl/lib ../curl/lib ../mysql/lib ../zlib - debug:LIBPATH += Debug/lib - release:LIBPATH += Release/lib - - win32-msvc2008 { - LIBS += -llibgnutls-openssl-26 \ - -llibgcrypt-11 \ - -llibgsasl-7 \ - -llibcurl - } + debug:LIBPATH += debug/lib + release:LIBPATH += release/lib win32-g++ { pkth_win64 {