Show
Ignore:
Timestamp:
17/08/08 13:22:33 (5 months ago)
Author:
ono
Message:

Add stream compression support and zlib1 dependencies.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/win32/setup/libraries.wxs

    r674 r678  
    1818                                <File Id="udns.dll" Name="udns.dll" KeyPath="yes" Vital="yes" /> 
    1919                        </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> 
    2023                </DirectoryRef> 
    2124        </Fragment> 
     
    2730                        <ComponentRef Id="sqlite3.dll" /> 
    2831                        <ComponentRef Id="udns.dll" /> 
     32                        <ComponentRef Id="zlib1.dll" /> 
    2933                </ComponentGroup> 
    3034        </Fragment>