Fix mingw boost version. Release build.

This commit is contained in:
lotodore
2008-12-21 21:14:14 +00:00
parent 0b1ca0a56a
commit eaefc64dd4
3 changed files with 13 additions and 13 deletions
+5 -5
View File
@@ -292,11 +292,11 @@ win32 {
LIBS += -lgnutls-openssl -lgnutls -lgcrypt -ltasn1 -lgpg-error
LIBS += -lcurl
LIBS += -lz
LIBS += -llibboost_thread-mgw34-mt-1_36
LIBS += -llibboost_filesystem-mgw34-mt-1_36
LIBS += -llibboost_system-mgw34-mt-1_36
LIBS += -llibboost_iostreams-mgw34-mt-1_36
LIBS += -llibboost_zlib-mgw34-mt-1_36
LIBS += -llibboost_thread-mgw34-mt-1_37
LIBS += -llibboost_filesystem-mgw34-mt-1_37
LIBS += -llibboost_system-mgw34-mt-1_37
LIBS += -llibboost_iostreams-mgw34-mt-1_37
LIBS += -llibboost_zlib-mgw34-mt-1_37
}
LIBS += -lgdi32 -lcomdlg32 -loleaut32 -limm32 -lwinmm -lwinspool -lole32 -luuid -luser32 -lmsimg32 -lshell32 -lkernel32 -lws2_32 -ladvapi32 -lsdl -lsdlmain -lsdl_mixer -lwldap32
+2 -2
View File
@@ -3,8 +3,8 @@
TEMPLATE = lib
CODECFORSRC = UTF-8
#CONFIG += staticlib thread exceptions rtti stl warn_on release
CONFIG += staticlib thread exceptions rtti stl warn_on debug
CONFIG += staticlib thread exceptions rtti stl warn_on release
#CONFIG += staticlib thread exceptions rtti stl warn_on debug
UI_DIR = uics
TARGET = lib/pokerth_lib
+6 -6
View File
@@ -134,12 +134,12 @@ win32 {
LIBS += -lgnutls-openssl -lgnutls -lgcrypt -ltasn1 -lgpg-error
LIBS += -lcurl
LIBS += -lz
LIBS += -llibboost_thread-mgw34-mt-1_36
LIBS += -llibboost_filesystem-mgw34-mt-1_36
LIBS += -llibboost_system-mgw34-mt-1_36
LIBS += -llibboost_iostreams-mgw34-mt-1_36
LIBS += -llibboost_zlib-mgw34-mt-1_36
LIBS += -llibboost_program_options-mgw34-mt-1_36
LIBS += -llibboost_thread-mgw34-mt-1_37
LIBS += -llibboost_filesystem-mgw34-mt-1_37
LIBS += -llibboost_system-mgw34-mt-1_37
LIBS += -llibboost_iostreams-mgw34-mt-1_37
LIBS += -llibboost_zlib-mgw34-mt-1_37
LIBS += -llibboost_program_options-mgw34-mt-1_37
}
LIBS += -lgdi32 -lcomdlg32 -loleaut32 -limm32 -lwinmm -lwinspool -lole32 -luuid -luser32 -lmsimg32 -lshell32 -lkernel32 -lws2_32 -ladvapi32 -lwldap32