From 28ba8c2e2d86bd1eb2b9c253d461131e3eeded9a Mon Sep 17 00:00:00 2001 From: lotodore Date: Tue, 25 Dec 2012 16:00:42 +0100 Subject: [PATCH] Still fixing windows build. --- pokerth_game.pro | 3 ++- pokerth_server.pro | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index 8663bad0..f40527e0 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -349,8 +349,9 @@ win32 { -lSDLmain \ -ltinyxml \ -lz \ - -lcrypt32 \ + -lcrypto \ -lssl \ + -lcrypt32 \ -lssh2 \ -lgnutls \ -lnettle \ diff --git a/pokerth_server.pro b/pokerth_server.pro index b0ae339a..9fc9b7e0 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -131,7 +131,7 @@ win32 { debug:LIBPATH += debug/lib release:LIBPATH += release/lib - LIBS += -lcrypt32 -lssl -lssh2 -lgnutls -lnettle -lhogweed -lgmp -lgcrypt -lgpg-error -lgsasl -lidn -lintl -lprotobuf -ltinyxml -lsqlite3 -lntlm + LIBS += -lcrypto -lssl -lcrypt32 -lssh2 -lgnutls -lnettle -lhogweed -lgmp -lgcrypt -lgpg-error -lgsasl -lidn -lintl -lprotobuf -ltinyxml -lsqlite3 -lntlm LIBS += -lboost_thread_win32-mt LIBS += -lboost_filesystem-mt LIBS += -lboost_regex-mt