Fixing WIN32 define, which is removed with -std=c++0x.

This commit is contained in:
lotodore
2010-11-20 16:53:39 +00:00
parent 2ab92b7bb1
commit b9bec0b7fc
+2 -1
View File
@@ -47,7 +47,8 @@ HEADERS += cleanerserver.h \
LIBPATH += lib
LIBS += -lpokerth_lib \
-lpokerth_protocol
win32 {
win32 {
DEFINES += WIN32
LIBPATH += ../boost/stage/lib
INCLUDEPATH += ../boost/
debug:LIBPATH += debug/lib