Fixing win32 build issue.

This commit is contained in:
lotodore
2009-08-21 18:03:51 +00:00
parent 0ebeca359c
commit 65f8586946
+7
View File
@@ -47,3 +47,10 @@ HEADERS += cleanerserver.h \
LIBPATH += lib
LIBS += -lpokerth_lib \
-lpokerth_protocol
win32 {
LIBPATH += ../boost/stage/lib
INCLUDEPATH += ../boost/
debug:LIBPATH += Debug/lib
release:LIBPATH += Release/lib
}