From b095a7621650a5b78d0b320f2504847a9a720a1b Mon Sep 17 00:00:00 2001 From: lotodore Date: Thu, 17 Nov 2011 20:19:55 +0000 Subject: [PATCH] Fixing windows build. --- pokerth_game.pro | 1 + pokerth_server.pro | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index a539c14c..1f10dbfd 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -332,6 +332,7 @@ win32 { -lssh2 \ -lgnutls \ -lnettle \ + -lhogweed \ -lgmp \ -lgcrypt \ -lgpg-error \ diff --git a/pokerth_server.pro b/pokerth_server.pro index 75fff697..ea586a2a 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -131,7 +131,7 @@ win32 { debug:LIBPATH += debug/lib release:LIBPATH += release/lib - LIBS += -lssh2 -lgnutls -lnettle -lgmp -lgcrypt -lgpg-error -lgsasl -lidn -ltinyxml -lsqlite3 -lntlm + LIBS += -lssh2 -lgnutls -lnettle -lhogweed -lgmp -lgcrypt -lgpg-error -lgsasl -lidn -ltinyxml -lsqlite3 -lntlm LIBS += -lboost_thread_win32-mt LIBS += -lboost_filesystem-mt LIBS += -lboost_regex-mt