Changeset 674

Show
Ignore:
Timestamp:
17/08/08 11:04:44 (3 months ago)
Author:
ono
Message:

Add udns library to setup.

Files:
1 modified

Legend:

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

    r510 r674  
    1515                                <File Id="sqlite3.dll" Name="sqlite3.dll" KeyPath="yes" Vital="yes" /> 
    1616                        </Component> 
     17                        <Component Id="udns.dll" Guid="{7A0B45E4-6A3E-48FC-9A2B-85702A398F1B}"> 
     18                                <File Id="udns.dll" Name="udns.dll" KeyPath="yes" Vital="yes" /> 
     19                        </Component> 
    1720                </DirectoryRef> 
    1821        </Fragment> 
     
    2326                        <ComponentRef Id="libidn.dll" /> 
    2427                        <ComponentRef Id="sqlite3.dll" /> 
     28                        <ComponentRef Id="udns.dll" /> 
    2529                </ComponentGroup> 
    2630        </Fragment>