From faa31d202ab472331f63edcd812a4a8ea587c6ab Mon Sep 17 00:00:00 2001 From: lotodore Date: Tue, 18 Aug 2009 14:52:55 +0000 Subject: [PATCH] Windows build fix. --- pokerth_game.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index 298bd7cb..7800e73c 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -294,7 +294,7 @@ win32 { ../GnuTLS/lib \ ../curl/lib \ ../zlib - LIBS += -lpokerth_lib + LIBS += -lpokerth_lib -lpokerth_protocol win32-msvc2005 { LIBPATH += Release/lib \ ../SDL/VisualC/SDL/Release \