From 4dd322f82a5d63fdbb1fb019c238df872b11a28b Mon Sep 17 00:00:00 2001 From: sth Date: Thu, 6 Mar 2003 12:13:48 +0000 Subject: [PATCH] Corrections/additions for compiling with OpenSSL on Windows git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@942 c6295689-39f2-0310-b995-f0e70906c6a9 --- win32/readme.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/win32/readme.txt b/win32/readme.txt index 34e81c7b..fa653a86 100644 --- a/win32/readme.txt +++ b/win32/readme.txt @@ -12,7 +12,7 @@ mechanism) set path=%path%;....\out32dll - In src/tools/Makefile.mak - - uncomment pkcs15-init.exe in the "TARGETS" line + - uncomment pkcs15-init.exe in the "TARGETS" line (optionally) - Add libeay32.lib to the "link" line - In src/libopensc/Makefile.mak @@ -21,8 +21,10 @@ mechanism) - In src/pkcs11/Makefile.mak - Add libeay32.lib to the "link" line -- In src/pkcs15init/Makefile.mak - - Add libeay32.lib to the "lib" line - - In win32/Make.rules.mak - Add /DHAVE_OPENSSL to the "COPTS" line + + +To add the OpenSSL code to the DLLs (so you won't need libeay32.dll +anymore): statically compile OpenSSL and add gdi32.lib next to +libeay32.lib in the 3 Makefile.mak files above.