Use static gnutls with mingw (finally got it working).

This commit is contained in:
lotodore
2008-05-16 15:52:36 +00:00
parent 4d5de318cc
commit 4710c5a51b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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