From bb3d7617bca656baf314a82810f85be1a432d1f6 Mon Sep 17 00:00:00 2001 From: lotodore Date: Fri, 2 Apr 2010 10:59:38 +0000 Subject: [PATCH] Fixing mingw build errors. --- pokerth_game.pro | 4 ++-- pokerth_server.pro | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index 6c9aaaff..64834d5b 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -319,8 +319,8 @@ win32 { -lgcrypt \ -ltasn1 \ -lgpg-error \ - -lidn \ - -lgsasl + -lgsasl \ + -lidn LIBS += -lcurl LIBS += -lz LIBS += -llibboost_thread-mgw44-mt diff --git a/pokerth_server.pro b/pokerth_server.pro index 3e8c0218..9432ca5b 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -134,7 +134,7 @@ win32 { } win32-g++ { - LIBS += -lgnutls-openssl -lgnutls -lgcrypt -ltasn1 -lgpg-error -lidn -lgsasl + LIBS += -lgnutls-openssl -lgnutls -lgcrypt -ltasn1 -lgpg-error -lgsasl -lidn LIBS += -lcurl LIBS += -lz LIBS += -llibboost_thread-mgw44-mt