mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 00:54:40 +00:00
Added xml to build dhcpcapi.
svn path=/trunk/; revision=19111
This commit is contained in:
parent
9fc73bcf41
commit
bd2ba3b54e
1 changed files with 14 additions and 0 deletions
14
reactos/lib/dhcpcapi/dhcpcapi.xml
Normal file
14
reactos/lib/dhcpcapi/dhcpcapi.xml
Normal file
|
@ -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>
|
Loading…
Reference in a new issue