From b7e5e8e3eaadb7994b3fb961b300572176d27ce6 Mon Sep 17 00:00:00 2001 From: lotodore Date: Sat, 24 Nov 2012 12:28:34 +0100 Subject: [PATCH] Fixing win32 build. --- pokerth_game.pro | 3 ++- pokerth_server.pro | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index fa5b54b6..6503f0d0 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -390,7 +390,8 @@ win32 { -lmswsock \ -lws2_32 \ -ladvapi32 \ - -lwldap32 + -lwldap32 \ + -lcrypt32 RC_FILE = pokerth.rc } unix:!mac { diff --git a/pokerth_server.pro b/pokerth_server.pro index 854b02dd..b9762e5d 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -157,7 +157,8 @@ win32 { -lmswsock \ -lws2_32 \ -ladvapi32 \ - -lwldap32 + -lwldap32 \ + -lcrypt32 } !win32 {