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 \