From 7be2094dac98b016c5d1c562474b3e2bacae9f3b Mon Sep 17 00:00:00 2001 From: lotodore Date: Mon, 2 Aug 2010 21:48:20 +0000 Subject: [PATCH] Trying to fix mingw issue. --- pokerth_server.pro | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pokerth_server.pro b/pokerth_server.pro index 8ec02142..818576b7 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -137,13 +137,13 @@ win32 { LIBS += -lgnutls-openssl -lgnutls -lgcrypt -ltasn1 -lgpg-error -lgsasl -lidn LIBS += -lcurl LIBS += -lz - LIBS += -llibboost_thread-mgw45-mt-1_43 - LIBS += -llibboost_filesystem-mgw45-mt-1_43 - LIBS += -llibboost_regex-mgw45-mt-1_43 - LIBS += -llibboost_system-mgw45-mt-1_43 - LIBS += -llibboost_iostreams-mgw45-mt-1_43 - LIBS += -llibboost_zlib-mgw45-mt-1_43 - LIBS += -llibboost_program_options-mgw45-mt-1_43 + LIBS += -lboost_thread-mgw45-mt-1_43 + LIBS += -lboost_filesystem-mgw45-mt-1_43 + LIBS += -lboost_regex-mgw45-mt-1_43 + LIBS += -lboost_system-mgw45-mt-1_43 + LIBS += -lboost_iostreams-mgw45-mt-1_43 + LIBS += -lboost_zlib-mgw45-mt-1_43 + LIBS += -lboost_program_options-mgw45-mt-1_43 } LIBS += -lgdi32 \