More cross compiling fixes.

This commit is contained in:
lotodore
2010-10-19 18:12:15 +00:00
parent 9283818507
commit 76f182d808
2 changed files with 7 additions and 10 deletions
+5 -1
View File
@@ -141,6 +141,7 @@ win32 {
LIBS += -lboost_thread_win32-mt
LIBS += -lboost_filesystem-mt
LIBS += -lboost_regex-mt
LIBS += -lboost_program_options-mt
LIBS += -lboost_iostreams-mt
LIBS += -lboost_system-mt
}
@@ -148,12 +149,15 @@ win32 {
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_program_options-mgw45-mt-1_44.dll
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 += -lgdi32 \
LIBS += -liconv \
-lz \
-lgdi32 \
-lcomdlg32 \
-loleaut32 \
-limm32 \
+2 -9
View File
@@ -44,15 +44,8 @@ win32 {
LIBPATH += ../boost/stage/lib ../GnuTLS/lib ../openssl/lib ../gsasl/lib ../curl/lib ../mysql/lib ../zlib
debug:LIBPATH += Debug/lib
release:LIBPATH += Release/lib
win32-msvc2008 {
LIBS += -llibgnutls-openssl-26 \
-llibgcrypt-11 \
-llibgsasl-7 \
-llibcurl
}
debug:LIBPATH += debug/lib
release:LIBPATH += release/lib
win32-g++ {
pkth_win64 {