opensc/win32
okir f984a3fd97 - win32 patch from Stef Hoeben
git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@770 c6295689-39f2-0310-b995-f0e70906c6a9
2002-12-10 17:53:58 +00:00
..
Make.rules.mak - Win32 build fixes. Should work now. 2002-06-20 12:14:18 +00:00
makedef.pl - Initial support for win32 2002-06-14 12:52:56 +00:00
readme.txt - win32 patch from Stef Hoeben 2002-12-10 17:53:58 +00:00

readme.txt

How to compile src\tools\pkcs15-init.c:

- download and compile the openssl sources from
  http://www.openssl.org/source/

- Add the inc32\ dir to your include path,
      the out32dll\ to your lib path and your executable path
  set include=%include%;.....\inc32
  set lib=%lib%;.....\out32dll
  set path=%path%;....\out32dll

- In src/tools/Makefile.mak
  - uncomment pkcs15-init.exe in the "TARGETS" line
  - Add libeay32.lib to the "link" line