dnsapi: Tell Wine developers and packagers about dnsapi.dll.
This commit is contained in:
parent
1404dc8014
commit
4675956142
|
@ -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
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue