Skip to content

Commit df5bce1

Browse files
committed
pkg: remove non-related tools
1 parent de892da commit df5bce1

File tree

3 files changed

+3
-21
lines changed

3 files changed

+3
-21
lines changed

src/tools/Makefile.mak

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1211
OBJECTS = util.obj versioninfo-tools.res

win32/Make.rules.mak

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ OPENSSL_LIB = $(OPENSSL_DIR)\lib\VC\$(PLATFORM)\$(BUILD_TYPE)\libcrypto_static.l
6060
!ENDIF
6161
OPENSSL_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
6564
OPENSC_FEATURES = $(OPENSC_FEATURES) openssl
6665
WIXFLAGS = -d OpenSSL="$(OPENSSL_DIR)" $(WIXFLAGS)
6766
!ENDIF

win32/OpenSC.wxs.in

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,6 @@
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" />
@@ -167,19 +164,6 @@
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"

0 commit comments

Comments
 (0)