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
+1
View File
@@ -48,6 +48,7 @@ LIBPATH += lib
LIBS += -lpokerth_lib \ LIBS += -lpokerth_lib \
-lpokerth_protocol -lpokerth_protocol
win32 { win32 {
DEFINES += WIN32
LIBPATH += ../boost/stage/lib LIBPATH += ../boost/stage/lib
INCLUDEPATH += ../boost/ INCLUDEPATH += ../boost/
debug:LIBPATH += debug/lib debug:LIBPATH += debug/lib