More cross compiling fixes.
This commit is contained in:
+2
-7
@@ -320,11 +320,6 @@ win32 {
|
|||||||
-lpokerth_protocol
|
-lpokerth_protocol
|
||||||
debug:LIBPATH += rebug/lib
|
debug:LIBPATH += rebug/lib
|
||||||
release:LIBPATH += release/lib
|
release:LIBPATH += release/lib
|
||||||
win32-msvc2008:LIBS += -llibgnutls-openssl-26 \
|
|
||||||
-llibgcrypt-11 \
|
|
||||||
-llibgsasl-7 \
|
|
||||||
-llibcurl
|
|
||||||
win32-g++ {
|
|
||||||
pkth_win64 {
|
pkth_win64 {
|
||||||
LIBS += -lcrypto -lssl -llibeay32 -lssleay32 -lgsasl
|
LIBS += -lcrypto -lssl -llibeay32 -lssleay32 -lgsasl
|
||||||
}
|
}
|
||||||
@@ -333,7 +328,7 @@ win32 {
|
|||||||
}
|
}
|
||||||
LIBS += -lcurl
|
LIBS += -lcurl
|
||||||
LIBS += -lz
|
LIBS += -lz
|
||||||
pkth_cross_win {
|
win32-g++-cross {
|
||||||
LIBS += -lboost_thread-mt
|
LIBS += -lboost_thread-mt
|
||||||
LIBS += -lboost_filesystem-mt
|
LIBS += -lboost_filesystem-mt
|
||||||
LIBS += -lboost_regex-mt
|
LIBS += -lboost_regex-mt
|
||||||
@@ -341,7 +336,7 @@ win32 {
|
|||||||
LIBS += -lboost_zlib-mt
|
LIBS += -lboost_zlib-mt
|
||||||
LIBS += -lboost_system-mt
|
LIBS += -lboost_system-mt
|
||||||
}
|
}
|
||||||
!pkth_cross_win {
|
win32-g++ {
|
||||||
LIBS += -lboost_thread-mgw45-mt-1_44.dll
|
LIBS += -lboost_thread-mgw45-mt-1_44.dll
|
||||||
LIBS += -lboost_filesystem-mgw45-mt-1_44.dll
|
LIBS += -lboost_filesystem-mgw45-mt-1_44.dll
|
||||||
LIBS += -lboost_regex-mgw45-mt-1_44
|
LIBS += -lboost_regex-mgw45-mt-1_44
|
||||||
|
|||||||
Reference in New Issue
Block a user