Skip to content

Commit

Permalink
win32: install opensc.dll only with the tools
Browse files Browse the repository at this point in the history
everything else is statically linked
  • Loading branch information
frankmorgner committed Apr 8, 2019
1 parent be2df3b commit 34b1ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32/OpenSC.wxs.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 ?>
Expand All @@ -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"/>
Expand Down

0 comments on commit 34b1ebc

Please sign in to comment.