From 3cd799edd9babf0ca77ac0ac7d7f513cb498e01c Mon Sep 17 00:00:00 2001 From: lotodore Date: Fri, 25 Apr 2008 14:40:57 +0000 Subject: [PATCH] Mingw fixes. --- pokerth_game.pro | 4 +++- pokerth_server.pro | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index 1de04b38..8e516dea 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -279,12 +279,14 @@ win32{ LIBPATH += Release/lib #LIBPATH += Debug/lib LIBPATH += ../SDL/lib ../SDL_mixer/lib - LIBS += -lgnutls-openssl -lgcrypt + LIBS += -lgnutls-openssl -lgnutls -lgcrypt LIBS += -lcurl LIBS += -lz LIBS += -llibboost_thread-mgw34-mt-1_35 LIBS += -llibboost_filesystem-mgw34-mt-1_35 LIBS += -llibboost_system-mgw34-mt-1_35 + LIBS += -llibboost_zlib-mgw34-mt-1_35 + LIBS += -llibboost_iostreams-mgw34-mt-1_35 } LIBS += -lgdi32 -lcomdlg32 -loleaut32 -limm32 -lwinmm -lwinspool -lole32 -luuid -luser32 -lmsimg32 -lshell32 -lkernel32 -lws2_32 -ladvapi32 -lsdl -lsdlmain -lsdl_mixer -lwldap32 diff --git a/pokerth_server.pro b/pokerth_server.pro index 785b036c..32b312a6 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -131,11 +131,13 @@ win32 { } win32-g++{ - LIBS += -lgnutls-openssl -lgcrypt + LIBS += -lgnutls-openssl -lgnutls -lgcrypt LIBS += -lcurl LIBS += -llibboost_thread-mgw34-mt-1_35 LIBS += -llibboost_filesystem-mgw34-mt-1_35 LIBS += -llibboost_system-mgw34-mt-1_35 + LIBS += -llibboost_zlib-mgw34-mt-1_35 + LIBS += -llibboost_iostreams-mgw34-mt-1_35 LIBS += -llibboost_program_options-mgw34-mt-1_35 }