Show
Ignore:
Timestamp:
04/07/08 23:35:11 (8 months ago)
Author:
alonbl
Message:

More MSVC build additions

(1) use the exports for opensc-pkcs11.dll, onepin-opensc-pkcs11.dll,

and pkcs11-spy.dll

(2) don't link common.lib with scconf.lib, to avoid duplicate messages

later.

(3) add piv-tool to openssl_programs.

By Douglas E. Engert

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/win32/Make.rules.mak

    r3465 r3466  
    2121OPENSSL_INCL_DIR = /IC:\openssl\include 
    2222OPENSSL_LIB = C:\openssl\out32dll\libeay32.lib 
    23 PROGRAMS_OPENSSL = pkcs15-init.exe cryptoflex-tool.exe netkey-tool.exe 
     23PROGRAMS_OPENSSL = pkcs15-init.exe cryptoflex-tool.exe netkey-tool.exe piv-tool.exe 
    2424OPENSC_FEATURES = $(OPENSC_FEATURES) openssl 
    2525!ENDIF