mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Build dhcp
svn path=/branches/xmlbuildsystem/; revision=15041
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
<module name="dhcp" type="win32gui" installbase="system32" installname="dhcp.exe" warnings="true">
|
||||
<include base="dhcp">.</include>
|
||||
<include base="dhcp">include</include>
|
||||
<define name="__USE_W32API" />
|
||||
<define name="__REACTOS__" />
|
||||
<define name="_WIN32_WINNT">0x0501</define>
|
||||
<library>ntdll</library>
|
||||
<library>kernel32</library>
|
||||
<library>ws2_32</library>
|
||||
<library>iphlpapi</library>
|
||||
<file>adapter.c</file>
|
||||
<file>alloc.c</file>
|
||||
<file>api.c</file>
|
||||
<file>compat.c</file>
|
||||
<file>dhclient.c</file>
|
||||
<file>dispatch.c</file>
|
||||
<file>hash.c</file>
|
||||
<file>options.c</file>
|
||||
<file>pipe.c</file>
|
||||
<file>privsep.c</file>
|
||||
<file>socket.c</file>
|
||||
<file>tables.c</file>
|
||||
<file>timer.c</file>
|
||||
<file>util.c</file>
|
||||
<file>dhcp.rc</file>
|
||||
</module>
|
||||
@@ -7,6 +7,9 @@
|
||||
<directory name="cmd">
|
||||
<xi:include href="cmd/cmd.xml" />
|
||||
</directory>
|
||||
<directory name="dhcp">
|
||||
<xi:include href="dhcp/dhcp.xml" />
|
||||
</directory>
|
||||
<directory name="explorer">
|
||||
<xi:include href="explorer/explorer.xml" />
|
||||
</directory>
|
||||
|
||||
Reference in New Issue
Block a user