From b7db47f2f00e7bcc3578fab98fc0819a012d4c35 Mon Sep 17 00:00:00 2001 From: lotodore Date: Tue, 19 Oct 2010 15:53:23 +0000 Subject: [PATCH] Trying to fix lib order. --- pokerth_game.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index e7c5ab54..c476347b 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -336,9 +336,9 @@ 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_system-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 += \ -lSDL_mixer \