Fixing issue with boost 1.44. However, Windows build using boost 1.44 is currently broken due to thread issues.

This commit is contained in:
lotodore
2010-08-22 10:53:27 +00:00
parent 2d3bedf5a6
commit 5f84bbc411
5 changed files with 31 additions and 25 deletions
+6 -6
View File
@@ -329,12 +329,12 @@ win32 {
-lidn
LIBS += -lcurl
LIBS += -lz
LIBS += -lboost_thread-mgw45-mt-1_43
LIBS += -lboost_filesystem-mgw45-mt-1_43
LIBS += -lboost_regex-mgw45-mt-1_43
LIBS += -lboost_system-mgw45-mt-1_43
LIBS += -lboost_iostreams-mgw45-mt-1_43
LIBS += -lboost_zlib-mgw45-mt-1_43
LIBS += -lboost_thread-mgw45-mt-1_44
LIBS += -lboost_filesystem-mgw45-mt-1_44
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 += -lgdi32 \
-lcomdlg32 \