Removed exception-cpp-files. Fixed compilation with latest mingw.

This commit is contained in:
lotodore
2007-09-29 09:16:39 +00:00
parent fc435f2769
commit 80227f4e88
2 changed files with 58 additions and 48 deletions
+6
View File
@@ -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
View File
@@ -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