2008-12-21 03:58:19 +00:00
|
|
|
<module name="dnsapi" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_DNSAPI}" installbase="system32" installname="dnsapi.dll" crt="msvcrt">
|
2009-02-08 18:45:17 +00:00
|
|
|
<importlibrary definition="dnsapi.spec" />
|
2005-07-24 21:42:00 +00:00
|
|
|
<include base="dnsapi">include</include>
|
|
|
|
<include base="adns">src</include>
|
|
|
|
<include base="adns">adns_win32</include>
|
|
|
|
<define name="ADNS_JGAA_WIN32" />
|
|
|
|
<library>adns</library>
|
|
|
|
<library>ntdll</library>
|
|
|
|
<library>user32</library>
|
|
|
|
<library>ws2_32</library>
|
|
|
|
<library>iphlpapi</library>
|
|
|
|
<directory name="dnsapi">
|
|
|
|
<file>adns.c</file>
|
|
|
|
<file>context.c</file>
|
|
|
|
<file>free.c</file>
|
|
|
|
<file>names.c</file>
|
|
|
|
<file>query.c</file>
|
|
|
|
<file>stubs.c</file>
|
2005-10-19 17:03:38 +00:00
|
|
|
<pch>precomp.h</pch>
|
2005-07-24 21:42:00 +00:00
|
|
|
</directory>
|
|
|
|
<file>dnsapi.rc</file>
|
|
|
|
</module>
|