Changing windows build to boost 1.39 with mingw gcc 4.4. Windows build system needs update.
This commit is contained in:
+6
-6
@@ -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
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user