Added xml to build dhcpcapi. Added: trunk/reactos/lib/dhcpcapi/dhcpcapi.xml _____
Added: trunk/reactos/lib/dhcpcapi/dhcpcapi.xml --- trunk/reactos/lib/dhcpcapi/dhcpcapi.xml 2005-11-10 06:12:27 UTC (rev 19110) +++ trunk/reactos/lib/dhcpcapi/dhcpcapi.xml 2005-11-10 06:13:12 UTC (rev 19111) @@ -0,0 +1,14 @@
+<module name="dhcpcapi" type="win32dll" installbase="system32" installname="dhcpcapi.dll"> + <importlibrary definition="dhcpcapi.def" /> + <include base="dhcpcapi">include</include> + <define name="_DISABLE_TIDENTS" /> + <define name="__USE_W32API" /> + <define name="_WIN32_WINNT=0x0500" /> + <library>ntdll</library> + <library>kernel32</library> + <library>msvcrt</library> + <library>ws2_32</library> + <library>iphlpapi</library> + <file>dhcpcapi.c</file> + <file>dhcpcapi.rc</file> +</module>