Scale down the wallpaper to 800x600. For some reason, scaling down the image through...
[reactos.git] / reactos / base / services / dhcp / dhcp.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="dhcp" type="win32cui" installbase="system32" installname="dhcp.exe">
4 <include base="dhcp">.</include>
5 <include base="dhcp">include</include>
6
7 <!-- FIXME: workarounds until we have a proper oldnames library -->
8 <define name="tzset">_tzset</define>
9 <define name="close">_close</define>
10 <define name="read">_read</define>
11 <define name="write">_write</define>
12
13 <library>ntdll</library>
14 <library>kernel32</library>
15 <library>ws2_32</library>
16 <library>iphlpapi</library>
17 <library>advapi32</library>
18 <file>adapter.c</file>
19 <file>alloc.c</file>
20 <file>api.c</file>
21 <file>compat.c</file>
22 <file>dhclient.c</file>
23 <file>dispatch.c</file>
24 <file>hash.c</file>
25 <file>options.c</file>
26 <file>pipe.c</file>
27 <file>privsep.c</file>
28 <file>socket.c</file>
29 <file>tables.c</file>
30 <file>timer.c</file>
31 <file>util.c</file>
32 <file>dhcp.rc</file>
33 <directory name="include">
34 <pch>rosdhcp.h</pch>
35 </directory>
36 </module>