From d60f53228e5d055dbcb4ccafe381bc0a91dbd94e Mon Sep 17 00:00:00 2001 From: lotodore Date: Sun, 9 Dec 2007 22:28:51 +0000 Subject: [PATCH] Windows fix for OpenSSL lib names. --- pokerth_game.pro | 2 +- pokerth_server.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index 80f07be5..a3fedb05 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -254,8 +254,8 @@ win32{ LIBPATH += ../SDL/lib ../SDL_mixer/lib LIBS += -lpokerth_lib - LIBS += -lssleay32 LIBS += -llibeay32 + LIBS += -lssleay32 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 ){ LIBS += -lboost_thread-mgw34-mt-1_34_1 diff --git a/pokerth_server.pro b/pokerth_server.pro index f8c263be..d4ee9dfe 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -122,8 +122,8 @@ win32 { #LIBPATH += Debug/lib LIBS += -lpokerth_lib - LIBS += -lssleay32 LIBS += -llibeay32 + LIBS += -lssleay32 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 ){ LIBS += -lboost_thread-mgw34-mt-1_34_1