Changing windows build to boost 1.39 with mingw gcc 4.4. Windows build system needs update.

This commit is contained in:
lotodore
2009-05-06 21:24:14 +00:00
parent d7ca4d67b5
commit e813c49fe5
2 changed files with 13 additions and 13 deletions
+6 -6
View File
@@ -315,12 +315,12 @@ win32 {
-lgpg-error
LIBS += -lcurl
LIBS += -lz
LIBS += -llibboost_thread-mgw43-mt-1_38
LIBS += -llibboost_filesystem-mgw43-mt-1_38
LIBS += -llibboost_regex-mgw43-mt-1_38
LIBS += -llibboost_system-mgw43-mt-1_38
LIBS += -llibboost_iostreams-mgw43-mt-1_38
LIBS += -llibboost_zlib-mgw43-mt-1_38
LIBS += -llibboost_thread-mgw44-mt
LIBS += -llibboost_filesystem-mgw44-mt
LIBS += -llibboost_regex-mgw44-mt
LIBS += -llibboost_system-mgw44-mt
LIBS += -llibboost_iostreams-mgw44-mt
LIBS += -llibboost_zlib-mgw44-mt
}
LIBS += -lgdi32 \
-lcomdlg32 \
+7 -7
View File
@@ -140,13 +140,13 @@ win32 {
LIBS += -lgnutls-openssl -lgnutls -lgcrypt -ltasn1 -lgpg-error
LIBS += -lcurl
LIBS += -lz
LIBS += -llibboost_thread-mgw43-mt-1_38
LIBS += -llibboost_filesystem-mgw43-mt-1_38
LIBS += -llibboost_regex-mgw43-mt-1_38
LIBS += -llibboost_system-mgw43-mt-1_38
LIBS += -llibboost_iostreams-mgw43-mt-1_38
LIBS += -llibboost_zlib-mgw43-mt-1_38
LIBS += -llibboost_program_options-mgw43-mt-1_38
LIBS += -llibboost_thread-mgw44-mt
LIBS += -llibboost_filesystem-mgw44-mt
LIBS += -llibboost_regex-mgw44-mt
LIBS += -llibboost_system-mgw44-mt
LIBS += -llibboost_iostreams-mgw44-mt
LIBS += -llibboost_zlib-mgw44-mt
LIBS += -llibboost_program_options-mgw44-mt
}
LIBS += -lgdi32 \