More cross compiling fixes.
This commit is contained in:
+23
-28
@@ -320,35 +320,30 @@ 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 \
|
pkth_win64 {
|
||||||
-llibgcrypt-11 \
|
LIBS += -lcrypto -lssl -llibeay32 -lssleay32 -lgsasl
|
||||||
-llibgsasl-7 \
|
}
|
||||||
-llibcurl
|
!pkth_win64 {
|
||||||
|
LIBS += -lgnutls-openssl -lgnutls -lgcrypt -ltasn1 -lgpg-error -lgsasl -lidn
|
||||||
|
}
|
||||||
|
LIBS += -lcurl
|
||||||
|
LIBS += -lz
|
||||||
|
win32-g++-cross {
|
||||||
|
LIBS += -lboost_thread-mt
|
||||||
|
LIBS += -lboost_filesystem-mt
|
||||||
|
LIBS += -lboost_regex-mt
|
||||||
|
LIBS += -lboost_iostreams-mt
|
||||||
|
LIBS += -lboost_zlib-mt
|
||||||
|
LIBS += -lboost_system-mt
|
||||||
|
}
|
||||||
win32-g++ {
|
win32-g++ {
|
||||||
pkth_win64 {
|
LIBS += -lboost_thread-mgw45-mt-1_44.dll
|
||||||
LIBS += -lcrypto -lssl -llibeay32 -lssleay32 -lgsasl
|
LIBS += -lboost_filesystem-mgw45-mt-1_44.dll
|
||||||
}
|
LIBS += -lboost_regex-mgw45-mt-1_44
|
||||||
!pkth_win64 {
|
LIBS += -lboost_iostreams-mgw45-mt-1_44.dll
|
||||||
LIBS += -lgnutls-openssl -lgnutls -lgcrypt -ltasn1 -lgpg-error -lgsasl -lidn
|
LIBS += -lboost_zlib-mgw45-mt-1_44.dll
|
||||||
}
|
LIBS += -lboost_system-mgw45-mt-1_44.dll
|
||||||
LIBS += -lcurl
|
}
|
||||||
LIBS += -lz
|
|
||||||
pkth_cross_win {
|
|
||||||
LIBS += -lboost_thread-mt
|
|
||||||
LIBS += -lboost_filesystem-mt
|
|
||||||
LIBS += -lboost_regex-mt
|
|
||||||
LIBS += -lboost_iostreams-mt
|
|
||||||
LIBS += -lboost_zlib-mt
|
|
||||||
LIBS += -lboost_system-mt
|
|
||||||
}
|
|
||||||
!pkth_cross_win {
|
|
||||||
LIBS += -lboost_thread-mgw45-mt-1_44.dll
|
|
||||||
LIBS += -lboost_filesystem-mgw45-mt-1_44.dll
|
|
||||||
LIBS += -lboost_regex-mgw45-mt-1_44
|
|
||||||
LIBS += -lboost_iostreams-mgw45-mt-1_44.dll
|
|
||||||
LIBS += -lboost_zlib-mgw45-mt-1_44.dll
|
|
||||||
LIBS += -lboost_system-mgw45-mt-1_44.dll
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
LIBS += \
|
LIBS += \
|
||||||
-lSDL_mixer \
|
-lSDL_mixer \
|
||||||
|
|||||||
Reference in New Issue
Block a user