Fixing mingw build issues. Use dll version of boost on Windows. Use official mingw gcc 4.5 with dynamic libs. This means that all boost build issues should be fixed, even on Windows.

This commit is contained in:
lotodore
2010-08-22 16:24:40 +00:00
parent 5f84bbc411
commit d63b048a45
3 changed files with 57 additions and 31 deletions
+6 -6
View File
@@ -137,13 +137,13 @@ win32 {
LIBS += -lgnutls-openssl -lgnutls -lgcrypt -ltasn1 -lgpg-error -lgsasl -lidn
LIBS += -lcurl
LIBS += -lz
LIBS += -lboost_thread-mgw45-mt-1_44
LIBS += -lboost_filesystem-mgw45-mt-1_44
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_system-mgw45-mt-1_44
LIBS += -lboost_iostreams-mgw45-mt-1_44
LIBS += -lboost_zlib-mgw45-mt-1_44
LIBS += -lboost_program_options-mgw45-mt-1_44
LIBS += -lboost_system-mgw45-mt-1_44.dll
LIBS += -lboost_iostreams-mgw45-mt-1_44.dll
LIBS += -lboost_zlib-mgw45-mt-1_44.dll
LIBS += -lboost_program_options-mgw45-mt-1_44.dll
}
LIBS += -lgdi32 \