@@ -60,8 +60,7 @@ OPENSSL_LIB = $(OPENSSL_DIR)\lib\VC\$(PLATFORM)\$(BUILD_TYPE)\libcrypto_static.l
6060!ENDIF
6161OPENSSL_LIB = $(OPENSSL_LIB ) user32.lib advapi32.lib crypt32.lib ws2_32.lib
6262
63- PROGRAMS_OPENSSL = cryptoflex-tool.exe pkcs15-init.exe netkey-tool.exe piv-tool.exe \
64- westcos-tool.exe sc-hsm-tool.exe dnie-tool.exe gids-tool.exe
63+ PROGRAMS_OPENSSL = pkcs15-init.exe
6564OPENSC_FEATURES = $(OPENSC_FEATURES ) openssl
6665WIXFLAGS = -d OpenSSL="$(OPENSSL_DIR ) " $(WIXFLAGS )
6766!ENDIF
@@ -94,26 +93,6 @@ WIXFLAGS = -d zlib="C:\zlib-dll" $(WIXFLAGS)
9493!ENDIF
9594
9695
97- # If you want support for EAC:
98- # - Download OpenPACE and
99- # - uncomment the line starting with OPENPACE_DEF
100- # - set the OPENPACE_INCL_DIR below to the OpenPACE include directory preceded by "/I"
101- # - set the OPENPACE_LIB below to your OpenPACE lib file
102- # OPENPACE_DEF= /DENABLE_OPENPACE
103- !IF "$(OPENPACE_DEF)" == "/DENABLE_OPENPACE"
104- !IF "$(OPENPACE_DIR)" == ""
105- OPENPACE_DIR = C:\openpace
106- !ENDIF
107- OPENPACE_INCL_DIR = /I$(OPENPACE_DIR ) \src
108- OPENPACE_LIB = $(OPENPACE_DIR ) \src\libeac.lib
109- !IF "$(OPENSSL_DEF)" == "/DENABLE_OPENSSL"
110- # Build only when OpenPACE and OpenSSL are available
111- PROGRAMS_OPENPACE = npa-tool.exe
112- !ENDIF
113- WIXFLAGS = -d OpenPACE="$(OPENPACE_DIR ) " $(WIXFLAGS )
114- !ENDIF
115-
116-
11796# Used for MiniDriver
11897CPDK_INCL_DIR = "/IC:\Program Files (x86)\Windows Kits\10\Cryptographic Provider Development Kit\Include"
11998
0 commit comments