move more dlls
[reactos.git] / reactos / dll / cpl / ncpa / ncpa.xml
1 <module name="ncpa" type="win32dll" extension=".cpl" baseaddress="${BASEADDRESS_NCPA}" installbase="system32" installname="ncpa.cpl">
2 <importlibrary definition="ncpa.def" />
3 <include base="ncpa">.</include>
4 <define name="UNICODE" />
5 <define name="_UNICODE" />
6 <define name="__REACTOS__" />
7 <define name="__USE_W32API" />
8 <define name="_WIN32_IE">0x600</define>
9 <define name="_WIN32_WINNT">0x501</define>
10 <library>kernel32</library>
11 <library>user32</library>
12 <library>comctl32</library>
13 <library>iphlpapi</library>
14 <library>ws2_32</library>
15 <library>dhcpcsvc</library>
16 <library>ntdll</library>
17 <file>ncpa.c</file>
18 <file>tcpip_properties.c</file>
19 <file>ncpa.rc</file>
20 </module>