From e813c49fe5965928b50e61fe3115c6f6c0b33dc9 Mon Sep 17 00:00:00 2001 From: lotodore Date: Wed, 6 May 2009 21:24:14 +0000 Subject: [PATCH] Changing windows build to boost 1.39 with mingw gcc 4.4. Windows build system needs update. --- pokerth_game.pro | 12 ++++++------ pokerth_server.pro | 14 +++++++------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index ba9b935f..ccae778a 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -315,12 +315,12 @@ win32 { -lgpg-error LIBS += -lcurl LIBS += -lz - LIBS += -llibboost_thread-mgw43-mt-1_38 - LIBS += -llibboost_filesystem-mgw43-mt-1_38 - LIBS += -llibboost_regex-mgw43-mt-1_38 - LIBS += -llibboost_system-mgw43-mt-1_38 - LIBS += -llibboost_iostreams-mgw43-mt-1_38 - LIBS += -llibboost_zlib-mgw43-mt-1_38 + LIBS += -llibboost_thread-mgw44-mt + LIBS += -llibboost_filesystem-mgw44-mt + LIBS += -llibboost_regex-mgw44-mt + LIBS += -llibboost_system-mgw44-mt + LIBS += -llibboost_iostreams-mgw44-mt + LIBS += -llibboost_zlib-mgw44-mt } LIBS += -lgdi32 \ -lcomdlg32 \ diff --git a/pokerth_server.pro b/pokerth_server.pro index 84dc2c90..eb4fbfd1 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -140,13 +140,13 @@ win32 { LIBS += -lgnutls-openssl -lgnutls -lgcrypt -ltasn1 -lgpg-error LIBS += -lcurl LIBS += -lz - LIBS += -llibboost_thread-mgw43-mt-1_38 - LIBS += -llibboost_filesystem-mgw43-mt-1_38 - LIBS += -llibboost_regex-mgw43-mt-1_38 - LIBS += -llibboost_system-mgw43-mt-1_38 - LIBS += -llibboost_iostreams-mgw43-mt-1_38 - LIBS += -llibboost_zlib-mgw43-mt-1_38 - LIBS += -llibboost_program_options-mgw43-mt-1_38 + LIBS += -llibboost_thread-mgw44-mt + LIBS += -llibboost_filesystem-mgw44-mt + LIBS += -llibboost_regex-mgw44-mt + LIBS += -llibboost_system-mgw44-mt + LIBS += -llibboost_iostreams-mgw44-mt + LIBS += -llibboost_zlib-mgw44-mt + LIBS += -llibboost_program_options-mgw44-mt } LIBS += -lgdi32 \