Changeset 678 for trunk/win32/setup/libraries.wxs
- Timestamp:
- 17/08/08 13:22:33 (5 months ago)
- Files:
-
- 1 modified
-
trunk/win32/setup/libraries.wxs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/win32/setup/libraries.wxs
r674 r678 18 18 <File Id="udns.dll" Name="udns.dll" KeyPath="yes" Vital="yes" /> 19 19 </Component> 20 <Component Id="zlib1.dll" Guid="{D0FCED72-651D-4E1B-BFA5-85BCA9E337C9}"> 21 <File Id="zlib1.dll" Name="zlib1.dll" KeyPath="yes" Vital="yes" /> 22 </Component> 20 23 </DirectoryRef> 21 24 </Fragment> … … 27 30 <ComponentRef Id="sqlite3.dll" /> 28 31 <ComponentRef Id="udns.dll" /> 32 <ComponentRef Id="zlib1.dll" /> 29 33 </ComponentGroup> 30 34 </Fragment>
