From fbf9320b4909480284050dbcc2dec329aac6fcae Mon Sep 17 00:00:00 2001 From: lotodore Date: Tue, 18 Aug 2009 14:52:05 +0000 Subject: [PATCH] Windows build fix. --- pokerth_server.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokerth_server.pro b/pokerth_server.pro index aa5c8afc..a4b6c935 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -121,7 +121,7 @@ win32 { LIBPATH += ../boost/stage/lib ../GnuTLS/lib ../curl/lib ../zlib - LIBS += -lpokerth_lib + LIBS += -lpokerth_lib -lpokerth_protocol win32-msvc2005 { LIBPATH += Release/lib