Some Windows fixes

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1233 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
sth 2003-06-27 12:32:57 +00:00
parent 4fdecc39c2
commit 0cb9a18963
3 changed files with 8 additions and 1 deletions

View File

@ -68,6 +68,9 @@ pkcs11 signature mechs.
- In win32/Make.rules.mak
- Add /DHAVE_OPENSSL to the "COPTS" line
- For the pkcs11 OpenSSL engine
- Add sslengines to the "SUBDIRS" line in opensc/src/Makefile.mak
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.

View File

@ -1,5 +1,5 @@
SUBDIRS = include common scconf libopensc tests scrandom pkcs15init pkcs11 tools sslengines
SUBDIRS = include common scconf libopensc tests scrandom pkcs15init pkcs11 tools
all::

View File

@ -1,3 +1,7 @@
#ifdef _WIN32
#include <windows.h>
#endif
#ifndef _OPENSC_WINCONFIG_H
#define _OPENSC_WINCONFIG_H