KJK::Hyperion is proud to present "dllimport purity", another landmark commit that...
[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 <library>ntdll</library>
6 <library>kernel32</library>
7 <library>ws2_32</library>
8 <library>iphlpapi</library>
9 <file>dhcpcsvc.c</file>
10 <file>dhcpcsvc.rc</file>
11 <file>dhcpcsvc.spec</file>
12 </module>