File tree Expand file tree Collapse file tree 3 files changed +3
-21
lines changed
Expand file tree Collapse file tree 3 files changed +3
-21
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,8 @@ default: all
44
55!INCLUDE $(TOPDIR)\win32\Make.rules.mak
66
7- TARGETS = opensc-tool.exe opensc-explorer.exe pkcs15-tool.exe pkcs15-crypt.exe \
8- pkcs11-tool.exe cardos-tool.exe eidenv.exe openpgp-tool.exe iasecc-tool.exe safenet-tool.exe \
9- opensc-notify.exe egk-tool.exe goid-tool.exe dtrust-tool.exe \
7+ TARGETS = opensc-tool.exe opensc-explorer.exe pkcs15-tool.exe \
8+ pkcs11-tool.exe iasecc-tool.exe safenet-tool.exe \
109 opensc-asn1.exe pkcs11-register.exe $(PROGRAMS_OPENSSL ) $(PROGRAMS_OPENPACE )
1110
1211OBJECTS = util.obj versioninfo-tools.res
Original file line number Diff line number Diff line change @@ -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
Original file line number Diff line number Diff line change 107107 <?ifdef zlib ?>
108108 <ComponentRef Id =" zlib1.dll" />
109109 <?endif ?>
110- <?ifdef OpenSSL ?>
111- <ComponentRef Id =" smm_local.dll" />
112- <?endif ?>
113110 <?ifdef OpenPACE ?>
114111 <File Directory =" INSTALLDIR_CVC" Source =" $(var.SOURCE_DIR)\etc\DESRCACC100001" />
115112 <File Directory =" INSTALLDIR_CVC" Source =" $(var.SOURCE_DIR)\etc\DESCHSMCVCA00001" />
167164 <?endif ?>
168165 <File Id =" opensc.dll" Directory =" INSTALLDIR_TOOLS" Source =" $(var.SOURCE_DIR)\src\libopensc\opensc.dll" />
169166 <Files Directory =" INSTALLDIR_TOOLS" Include =" $(var.SOURCE_DIR)\src\tools\*.exe" />
170-
171- <?ifdef OpenSSL ?>
172- <File Directory =" INSTALLDIR_TOOLS" Id =" smm_local.dll" Source =" $(var.SOURCE_DIR)\src\smm\smm-local.dll" />
173- <Files Directory =" INSTALLDIR_PROFILES" Include =" $(var.SOURCE_DIR)\src\pkcs15init\*.profile" />
174- <?endif ?>
175-
176- <Feature Id =" OpenSC_autostart" Level =" 1" Title =" Autostart entries"
177- Description =" After login, start smart card notifications." >
178- <Component Condition =" BUILD_ARCH = NATIVE_ARCH" >
179- <RegistryValue Root =" HKMU" Key =" Software\Microsoft\Windows\CurrentVersion\Run"
180- Type =" string" Name =" opensc-notify.exe" Value =" [INSTALLDIR_TOOLS]\opensc-notify.exe" />
181- </Component >
182- </Feature >
183167 </Feature >
184168
185169 <Feature Id =" OpenSC_menu" Level =" 1" Title =" Start menu entries"
You can’t perform that action at this time.
0 commit comments