From ff0ceabd20238a735a4e3db42243299a83f278a7 Mon Sep 17 00:00:00 2001 From: lotodore Date: Fri, 4 Apr 2008 11:33:18 +0000 Subject: [PATCH] Use boost 1.35.0 with mingw on Windows. --- pokerth_game.pro | 5 +++-- pokerth_server.pro | 7 ++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index a946f2ab..fcc460e1 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -280,8 +280,9 @@ win32{ LIBPATH += ../SDL/lib ../SDL_mixer/lib LIBS += -lcrypto LIBS += -lssl - LIBS += -lboost_thread-mgw34-mt-1_34_1 - LIBS += -lboost_filesystem-mgw34-mt-1_34_1 + LIBS += -llibboost_thread-mgw34-mt-1_35 + LIBS += -llibboost_filesystem-mgw34-mt-1_35 + LIBS += -llibboost_system-mgw34-mt-1_35 } LIBS += -lgdi32 -lcomdlg32 -loleaut32 -limm32 -lwinmm -lwinspool -lole32 -luuid -luser32 -lmsimg32 -lshell32 -lkernel32 -lws2_32 -ladvapi32 -lsdl -lsdlmain -lsdl_mixer diff --git a/pokerth_server.pro b/pokerth_server.pro index af33b710..38bf1e54 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -132,9 +132,10 @@ win32 { win32-g++{ LIBS += -lcrypto LIBS += -lssl - LIBS += -lboost_thread-mgw34-mt-1_34_1 - LIBS += -lboost_filesystem-mgw34-mt-1_34_1 - LIBS += -lboost_program_options-mgw34-mt-1_34_1 + LIBS += -llibboost_thread-mgw34-mt-1_35 + LIBS += -llibboost_filesystem-mgw34-mt-1_35 + LIBS += -llibboost_system-mgw34-mt-1_35 + LIBS += -llibboost_program_options-mgw34-mt-1_35 } LIBS += -lgdi32 -lcomdlg32 -loleaut32 -limm32 -lwinmm -lwinspool -lole32 -luuid -luser32 -lmsimg32 -lshell32 -lkernel32 -lws2_32 -ladvapi32