win32: install opensc.dll only with the tools

everything else is statically linked
This commit is contained in:
Frank Morgner 2019-03-25 15:48:40 +01:00
parent be2df3b66b
commit 34b1ebc15d
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,6 @@
<Feature Id="Complete" Level="1" Title="OpenSC software suite" Display="expand">
<Feature Id="OpenSC_core" Level="1" Title="OpenSC core library" Description="Core DLL and configuration file used by all other components." Absent="disallow">
<ComponentRef Id="SCardSvr"/>
<ComponentRef Id="opensc.dll"/>
<?ifdef zlib ?>
<ComponentRef Id="zlib1.dll"/>
<?endif ?>
@ -380,6 +379,7 @@
</Feature>
<!-- Tools and profiles are for personalization -->
<Feature Id="OpenSC_tools" Level="1" Title="Tools and profiles" Description="Tools for debugging and personalization. Includes profiles needed for running pkcs15-init.exe">
<ComponentRef Id="opensc.dll"/>
<ComponentRef Id="opensc_asn1.exe"/>
<ComponentRef Id="opensc_explorer.exe"/>
<ComponentRef Id="opensc_tool.exe"/>