From 8911d4a1540e46f3505759d6fd070686c5788cdb Mon Sep 17 00:00:00 2001 From: lotodore Date: Mon, 2 Aug 2010 21:46:37 +0000 Subject: [PATCH] Trying to fix mingw issue. --- pokerth_game.pro | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index b5f76140..984971b5 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -328,12 +328,12 @@ win32 { -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 += -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 += -lgdi32 \ -lcomdlg32 \