From 4710c5a51b6363df7fd541db7024e093e1833bcc Mon Sep 17 00:00:00 2001 From: lotodore Date: Fri, 16 May 2008 15:52:36 +0000 Subject: [PATCH] Use static gnutls with mingw (finally got it working). --- pokerth_game.pro | 2 +- pokerth_server.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index 22837532..6b45ef86 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -278,7 +278,7 @@ win32{ LIBPATH += Release/lib #LIBPATH += Debug/lib LIBPATH += ../SDL/lib ../SDL_mixer/lib - LIBS += -lgnutls-openssl.dll -lgcrypt.dll + LIBS += -lgnutls-openssl -lgnutls -lgcrypt -ltasn1 -lgpg-error LIBS += -lcurl LIBS += -lz LIBS += -llibboost_thread-mgw34-mt-1_35 diff --git a/pokerth_server.pro b/pokerth_server.pro index eccac785..37dbf0f7 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -131,7 +131,7 @@ win32 { } win32-g++{ - LIBS += -lgnutls-openssl.dll -lgcrypt.dll + LIBS += -lgnutls-openssl -lgnutls -lgcrypt -ltasn1 -lgpg-error LIBS += -lcurl LIBS += -lz LIBS += -llibboost_thread-mgw34-mt-1_35