Mingw fixes.

This commit is contained in:
lotodore
2008-04-25 14:40:57 +00:00
parent 8eb96aca77
commit 3cd799edd9
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -279,12 +279,14 @@ win32{
LIBPATH += Release/lib LIBPATH += Release/lib
#LIBPATH += Debug/lib #LIBPATH += Debug/lib
LIBPATH += ../SDL/lib ../SDL_mixer/lib LIBPATH += ../SDL/lib ../SDL_mixer/lib
LIBS += -lgnutls-openssl -lgcrypt LIBS += -lgnutls-openssl -lgnutls -lgcrypt
LIBS += -lcurl LIBS += -lcurl
LIBS += -lz LIBS += -lz
LIBS += -llibboost_thread-mgw34-mt-1_35 LIBS += -llibboost_thread-mgw34-mt-1_35
LIBS += -llibboost_filesystem-mgw34-mt-1_35 LIBS += -llibboost_filesystem-mgw34-mt-1_35
LIBS += -llibboost_system-mgw34-mt-1_35 LIBS += -llibboost_system-mgw34-mt-1_35
LIBS += -llibboost_zlib-mgw34-mt-1_35
LIBS += -llibboost_iostreams-mgw34-mt-1_35
} }
LIBS += -lgdi32 -lcomdlg32 -loleaut32 -limm32 -lwinmm -lwinspool -lole32 -luuid -luser32 -lmsimg32 -lshell32 -lkernel32 -lws2_32 -ladvapi32 -lsdl -lsdlmain -lsdl_mixer -lwldap32 LIBS += -lgdi32 -lcomdlg32 -loleaut32 -limm32 -lwinmm -lwinspool -lole32 -luuid -luser32 -lmsimg32 -lshell32 -lkernel32 -lws2_32 -ladvapi32 -lsdl -lsdlmain -lsdl_mixer -lwldap32
+3 -1
View File
@@ -131,11 +131,13 @@ win32 {
} }
win32-g++{ win32-g++{
LIBS += -lgnutls-openssl -lgcrypt LIBS += -lgnutls-openssl -lgnutls -lgcrypt
LIBS += -lcurl LIBS += -lcurl
LIBS += -llibboost_thread-mgw34-mt-1_35 LIBS += -llibboost_thread-mgw34-mt-1_35
LIBS += -llibboost_filesystem-mgw34-mt-1_35 LIBS += -llibboost_filesystem-mgw34-mt-1_35
LIBS += -llibboost_system-mgw34-mt-1_35 LIBS += -llibboost_system-mgw34-mt-1_35
LIBS += -llibboost_zlib-mgw34-mt-1_35
LIBS += -llibboost_iostreams-mgw34-mt-1_35
LIBS += -llibboost_program_options-mgw34-mt-1_35 LIBS += -llibboost_program_options-mgw34-mt-1_35
} }