Removed exception-cpp-files. Fixed compilation with latest mingw.
This commit is contained in:
@@ -240,9 +240,15 @@ win32{
|
|||||||
exists( ../boost/stage/lib/libboost_thread-mgw34-mt-1_34_1.a ){
|
exists( ../boost/stage/lib/libboost_thread-mgw34-mt-1_34_1.a ){
|
||||||
LIBS += -lboost_thread-mgw34-mt-1_34_1
|
LIBS += -lboost_thread-mgw34-mt-1_34_1
|
||||||
}
|
}
|
||||||
|
exists( ../boost/stage/lib/libboost_thread-mgw42-mt-1_34_1.a ){
|
||||||
|
LIBS += -lboost_thread-mgw42-mt-1_34_1
|
||||||
|
}
|
||||||
exists( ../boost/stage/lib/libboost_filesystem-mgw34-mt-1_34_1.a ){
|
exists( ../boost/stage/lib/libboost_filesystem-mgw34-mt-1_34_1.a ){
|
||||||
LIBS += -lboost_filesystem-mgw34-mt-1_34_1
|
LIBS += -lboost_filesystem-mgw34-mt-1_34_1
|
||||||
}
|
}
|
||||||
|
exists( ../boost/stage/lib/libboost_filesystem-mgw42-mt-1_34_1.a ){
|
||||||
|
LIBS += -lboost_filesystem-mgw42-mt-1_34_1
|
||||||
|
}
|
||||||
RC_FILE = pokerth.rc
|
RC_FILE = pokerth.rc
|
||||||
}
|
}
|
||||||
!win32{
|
!win32{
|
||||||
|
|||||||
+7
-3
@@ -91,9 +91,7 @@ HEADERS += \
|
|||||||
src/engine/local_engine/localexception.h
|
src/engine/local_engine/localexception.h
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
src/pokerth_server.cpp \
|
src/pokerth_server.cpp
|
||||||
src/core/common/pokerthexception.cpp \
|
|
||||||
src/engine/local_engine/localexception.cpp
|
|
||||||
|
|
||||||
win32 {
|
win32 {
|
||||||
DEPENDPATH += src/net/win32/ src/core/win32
|
DEPENDPATH += src/net/win32/ src/core/win32
|
||||||
@@ -109,9 +107,15 @@ win32 {
|
|||||||
exists( ../boost/stage/lib/libboost_thread-mgw34-mt-1_34_1.a ){
|
exists( ../boost/stage/lib/libboost_thread-mgw34-mt-1_34_1.a ){
|
||||||
LIBS += -lboost_thread-mgw34-mt-1_34_1
|
LIBS += -lboost_thread-mgw34-mt-1_34_1
|
||||||
}
|
}
|
||||||
|
exists( ../boost/stage/lib/libboost_thread-mgw42-mt-1_34_1.a ){
|
||||||
|
LIBS += -lboost_thread-mgw42-mt-1_34_1
|
||||||
|
}
|
||||||
exists( ../boost/stage/lib/libboost_filesystem-mgw34-mt-1_34_1.a ){
|
exists( ../boost/stage/lib/libboost_filesystem-mgw34-mt-1_34_1.a ){
|
||||||
LIBS += -lboost_filesystem-mgw34-mt-1_34_1
|
LIBS += -lboost_filesystem-mgw34-mt-1_34_1
|
||||||
}
|
}
|
||||||
|
exists( ../boost/stage/lib/libboost_filesystem-mgw42-mt-1_34_1.a ){
|
||||||
|
LIBS += -lboost_filesystem-mgw42-mt-1_34_1
|
||||||
|
}
|
||||||
}
|
}
|
||||||
!win32 {
|
!win32 {
|
||||||
DEPENDPATH += src/net/linux/ src/core/linux
|
DEPENDPATH += src/net/linux/ src/core/linux
|
||||||
|
|||||||
Reference in New Issue
Block a user