From 6e553513896ccdda3a7bdf9a06394c4ef51a05ab Mon Sep 17 00:00:00 2001 From: lotodore Date: Sat, 8 Jun 2013 20:22:27 +0200 Subject: [PATCH] Trying to fix link order for newer libgsasl. --- 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 7ca9cf35..6e78c724 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -358,12 +358,12 @@ win32 { -lcrypto \ -lssh2 \ -lgnutls \ - -lnettle \ -lhogweed \ -lgmp \ -lgcrypt \ -lgpg-error \ -lgsasl \ + -lnettle \ -lidn \ -lintl \ -lprotobuf diff --git a/pokerth_server.pro b/pokerth_server.pro index 69957cb7..822d03e9 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -131,7 +131,7 @@ win32 { debug:LIBPATH += debug/lib release:LIBPATH += release/lib - LIBS += -lssl -lcrypto -lssh2 -lgnutls -lnettle -lhogweed -lgmp -lgcrypt -lgpg-error -lgsasl -lidn -lintl -lprotobuf -ltinyxml -lsqlite3 -lntlm + LIBS += -lssl -lcrypto -lssh2 -lgnutls -lhogweed -lgmp -lgcrypt -lgpg-error -lgsasl -lnettle -lidn -lintl -lprotobuf -ltinyxml -lsqlite3 -lntlm LIBS += -lboost_thread_win32-mt LIBS += -lboost_filesystem-mt LIBS += -lboost_regex-mt