Use boost 1.35.0 with mingw on Windows.

This commit is contained in:
lotodore
2008-04-04 11:33:18 +00:00
parent b5f17bdcc3
commit ff0ceabd20
2 changed files with 7 additions and 5 deletions
+3 -2
View File
@@ -280,8 +280,9 @@ win32{
LIBPATH += ../SDL/lib ../SDL_mixer/lib
LIBS += -lcrypto
LIBS += -lssl
LIBS += -lboost_thread-mgw34-mt-1_34_1
LIBS += -lboost_filesystem-mgw34-mt-1_34_1
LIBS += -llibboost_thread-mgw34-mt-1_35
LIBS += -llibboost_filesystem-mgw34-mt-1_35
LIBS += -llibboost_system-mgw34-mt-1_35
}
LIBS += -lgdi32 -lcomdlg32 -loleaut32 -limm32 -lwinmm -lwinspool -lole32 -luuid -luser32 -lmsimg32 -lshell32 -lkernel32 -lws2_32 -ladvapi32 -lsdl -lsdlmain -lsdl_mixer
+4 -3
View File
@@ -132,9 +132,10 @@ win32 {
win32-g++{
LIBS += -lcrypto
LIBS += -lssl
LIBS += -lboost_thread-mgw34-mt-1_34_1
LIBS += -lboost_filesystem-mgw34-mt-1_34_1
LIBS += -lboost_program_options-mgw34-mt-1_34_1
LIBS += -llibboost_thread-mgw34-mt-1_35
LIBS += -llibboost_filesystem-mgw34-mt-1_35
LIBS += -llibboost_system-mgw34-mt-1_35
LIBS += -llibboost_program_options-mgw34-mt-1_35
}
LIBS += -lgdi32 -lcomdlg32 -loleaut32 -limm32 -lwinmm -lwinspool -lole32 -luuid -luser32 -lmsimg32 -lshell32 -lkernel32 -lws2_32 -ladvapi32