Changeset 2ffa346 in OpenSC
- Timestamp:
- 06/14/11 12:56:49 (11 months ago)
- Branches:
- master, staging
- Children:
- a3f0433, b2ba54e, 819bd82, d505a55
- Parents:
- c2abd9f
- git-author:
- Viktor Tarasov <viktor.tarasov@…> (06/14/11 12:56:49)
- git-committer:
- Viktor Tarasov <viktor.tarasov@…> (06/14/11 12:56:49)
- File:
-
- 1 edited
-
win32/OpenSC.wxs.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
win32/OpenSC.wxs.in
r4f768fc r2ffa346 53 53 <File Source="$(var.SOURCE_DIR)\src\pkcs11\opensc-pkcs11.dll" Vital="yes"/> 54 54 </Component> 55 <Component Id="opensc.dll" Guid="*" Win64="$(var.Win64YesNo)">56 <File Source="$(var.SOURCE_DIR)\src\libopensc\opensc.dll" Vital="yes"/>57 </Component>58 55 <Component Id="opensc_minidriver.dll" Guid="*" Win64="$(var.Win64YesNo)"> 59 56 <File Source="$(var.SOURCE_DIR)\src\minidriver\opensc-minidriver.dll" Vital="yes"/> … … 76 73 <!-- Tools have their own folder --> 77 74 <Directory Id="INSTALLDIR_TOOLS" Name="tools"> 75 <Component Id="opensc.dll" Guid="*" Win64="$(var.Win64YesNo)"> 76 <File Source="$(var.SOURCE_DIR)\src\libopensc\opensc.dll" Vital="yes"/> 77 </Component> 78 78 <Component Id="opensc_explorer.exe" Guid="*" Win64="$(var.Win64YesNo)"> 79 79 <File Source="$(var.SOURCE_DIR)\src\tools\opensc-explorer.exe" Vital="yes"/>
Note: See TracChangeset
for help on using the changeset viewer.
