Using static OpenSSL lib with msvc.
This commit is contained in:
+1
-1
@@ -220,7 +220,7 @@ win32{
|
|||||||
LIBPATH += ../SDL/lib ../SDL_mixer/lib
|
LIBPATH += ../SDL/lib ../SDL_mixer/lib
|
||||||
|
|
||||||
LIBS += -lpokerth_lib
|
LIBS += -lpokerth_lib
|
||||||
LIBS += -lssleay32MT
|
LIBS += -lssleay32
|
||||||
LIBS += -lgdi32 -lcomdlg32 -loleaut32 -limm32 -lwinmm -lwinspool -lole32 -luuid -luser32 -lmsimg32 -lshell32 -lkernel32 -lws2_32 -ladvapi32 -lsdl -lsdlmain -lsdl_mixer
|
LIBS += -lgdi32 -lcomdlg32 -loleaut32 -limm32 -lwinmm -lwinspool -lole32 -luuid -luser32 -lmsimg32 -lshell32 -lkernel32 -lws2_32 -ladvapi32 -lsdl -lsdlmain -lsdl_mixer
|
||||||
exists( ../boost/stage/lib/libboost_thread-mgw34-mt-1_34_1.a ){
|
exists( ../boost/stage/lib/libboost_thread-mgw34-mt-1_34_1.a ){
|
||||||
LIBS += -lboost_thread-mgw34-mt-1_34_1
|
LIBS += -lboost_thread-mgw34-mt-1_34_1
|
||||||
|
|||||||
+1
-1
@@ -100,7 +100,7 @@ win32{
|
|||||||
#LIBPATH += Debug/lib
|
#LIBPATH += Debug/lib
|
||||||
|
|
||||||
LIBS += -lpokerth_lib
|
LIBS += -lpokerth_lib
|
||||||
LIBS += -lssleay32MT
|
LIBS += -lssleay32
|
||||||
LIBS += -lgdi32 -lcomdlg32 -loleaut32 -limm32 -lwinmm -lwinspool -lole32 -luuid -luser32 -lmsimg32 -lshell32 -lkernel32 -lws2_32 -ladvapi32
|
LIBS += -lgdi32 -lcomdlg32 -loleaut32 -limm32 -lwinmm -lwinspool -lole32 -luuid -luser32 -lmsimg32 -lshell32 -lkernel32 -lws2_32 -ladvapi32
|
||||||
exists( ../boost/stage/lib/libboost_thread-mgw34-mt-1_34_1.a ){
|
exists( ../boost/stage/lib/libboost_thread-mgw34-mt-1_34_1.a ){
|
||||||
LIBS += -lboost_thread-mgw34-mt-1_34_1
|
LIBS += -lboost_thread-mgw34-mt-1_34_1
|
||||||
|
|||||||
Reference in New Issue
Block a user