Module: wine Branch: refs/heads/master Commit: 46759561426c6598b7b4da6613f6be1bbd4940ec URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=46759561426c6598b7b4da66...
Author: Hans Leidekker hans@it.vu.nl Date: Mon Apr 10 16:39:12 2006 +0200
dnsapi: Tell Wine developers and packagers about dnsapi.dll.
---
DEVELOPERS-HINTS | 1 + documentation/PACKAGING | 6 ++++++ 2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/DEVELOPERS-HINTS b/DEVELOPERS-HINTS index 433216b..d828e9b 100644 --- a/DEVELOPERS-HINTS +++ b/DEVELOPERS-HINTS @@ -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) diff --git a/documentation/PACKAGING b/documentation/PACKAGING index dd04422..0a10dbf 100644 --- a/documentation/PACKAGING +++ b/documentation/PACKAGING @@ -59,6 +59,12 @@ Here is a list of the soft dependencies. 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