Fixing WIN32 define, which is removed with -std=c++0x.
This commit is contained in:
+2
-1
@@ -47,7 +47,8 @@ HEADERS += cleanerserver.h \
|
|||||||
LIBPATH += lib
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user