mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Added xml to build dhcpcapi.
svn path=/trunk/; revision=19111
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user