- Sync to trunk 36919.
[reactos.git] / reactos / dll / win32 / dhcpcsvc / dhcpcsvc.rbuild
1 <module name="dhcpcsvc" type="win32dll" baseaddress="${BASEADDRESS_DHCPCSVC}" installbase="system32" installname="dhcpcsvc.dll">
2 <importlibrary definition="dhcpcsvc.spec" />
3 <include base="dhcpcsvc">include</include>
4 <define name="_DISABLE_TIDENTS" />
5 <define name="_WIN32_WINNT=0x0500" />
6 <library>ntdll</library>
7 <library>kernel32</library>
8 <library>ws2_32</library>
9 <library>iphlpapi</library>
10 <file>dhcpcsvc.c</file>
11 <file>dhcpcsvc.rc</file>
12 <file>dhcpcsvc.spec</file>
13 </module>