Commit 46759561 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

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

parent 1404dc80
...@@ -53,6 +53,7 @@ DLLs (under dlls/): ...@@ -53,6 +53,7 @@ DLLs (under dlls/):
dmsynth/ - DirectMusic Software Synthesizer dmsynth/ - DirectMusic Software Synthesizer
dmusic/ - DirectMusic Core Services dmusic/ - DirectMusic Core Services
dmusic32/ - DirectMusic Legacy Port dmusic32/ - DirectMusic Legacy Port
dnsapi/ - DNS support
dplay/ - DirectPlay (networking) dplay/ - DirectPlay (networking)
dplayx/ - DirectPlay (networking) dplayx/ - DirectPlay (networking)
dpnet/ - DirectPlay (networking) dpnet/ - DirectPlay (networking)
......
...@@ -59,6 +59,12 @@ Here is a list of the soft dependencies. We suggest packagers ...@@ -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. install each and every last of those before building the package.
These libraries are not dependencies in the RPM sense. In DEB packages, These libraries are not dependencies in the RPM sense. In DEB packages,
they should appear as "Suggests" or "Recommends", as the case may be. 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 * FreeType: http://www.freetype.org
This library is used for direct rendering of fonts. It provides This library is used for direct rendering of fonts. It provides
better support of fonts than using the X11 fonts engine. It is better support of fonts than using the X11 fonts engine. It is
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment