[ros-diffs] [arty] 19111: Added xml to build dhcpcapi.
arty at svn.reactos.com
arty at svn.reactos.com
Thu Nov 10 07:13:43 CET 2005
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>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051110/63caf97d/attachment.html
More information about the Ros-diffs
mailing list