Build dhcp

svn path=/branches/xmlbuildsystem/; revision=15041
This commit is contained in:
Casper Hornstrup
2005-05-06 12:22:35 +00:00
parent 3528760e8e
commit ede9da6bd0
2 changed files with 29 additions and 0 deletions
+26
View File
@@ -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>
+3
View File
@@ -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>