dnsapi: Tell Wine developers and packagers about dnsapi.dll.

This commit is contained in:
Hans Leidekker 2006-04-10 16:39:12 +02:00 committed by Alexandre Julliard
parent 1404dc8014
commit 4675956142
2 changed files with 7 additions and 0 deletions

View File

@ -53,6 +53,7 @@ DLLs (under dlls/):
dmsynth/ - DirectMusic Software Synthesizer
dmusic/ - DirectMusic Core Services
dmusic32/ - DirectMusic Legacy Port
dnsapi/ - DNS support
dplay/ - DirectPlay (networking)
dplayx/ - DirectPlay (networking)
dpnet/ - DirectPlay (networking)

View File

@ -59,6 +59,12 @@ Here is a list of the soft dependencies. We suggest packagers
install each and every last of those before building the package.
These libraries are not dependencies in the RPM sense. In DEB packages,
they should appear as "Suggests" or "Recommends", as the case may be.
* libresolv
This is the standard Unix domain name resolver library that is
used to implement DNS support found in dnsapi.dll. resolv.h as
well as libresolv.so should be present at build time.
* FreeType: http://www.freetype.org
This library is used for direct rendering of fonts. It provides
better support of fonts than using the X11 fonts engine. It is