libpokerth linker patch

This commit is contained in:
doitux
2007-12-12 11:36:47 +00:00
parent b19c2fd836
commit 09a747bbf2
2 changed files with 9 additions and 4 deletions
+4 -2
View File
@@ -276,6 +276,10 @@ win32{
}
unix: !mac{
LIBPATH += lib
LIBS += -lpokerth_lib
exists( /usr/lib/libboost_thread-mt.so ){
message("Found libboost_thread-mt")
LIBS += -lboost_thread-mt
@@ -318,8 +322,6 @@ unix: !mac{
}
}
LIBPATH += lib
LIBS += -lpokerth_lib
LIBS += -lcrypto -lSDL_mixer
TARGETDEPS += ./lib/libpokerth_lib.a
+5 -2
View File
@@ -145,6 +145,10 @@ win32 {
}
unix : !mac {
LIBPATH += lib
LIBS += -lpokerth_lib
exists( /usr/lib/libboost_thread-mt.so ){
message("Found libboost_thread-mt")
LIBS += -lboost_thread-mt
@@ -186,8 +190,7 @@ unix : !mac {
LIBS += -lboost_filesystem
}
}
LIBPATH += lib
LIBS += -lpokerth_lib
LIBS += -lcrypto
TARGETDEPS += ./lib/libpokerth_lib.a