mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
d1091c9d5c
svn path=/trunk/; revision=21118
20 lines
714 B
Ruby
20 lines
714 B
Ruby
<module name="ncpa" type="win32dll" extension=".cpl" baseaddress="${BASEADDRESS_NCPA}" installbase="system32" installname="ncpa.cpl">
|
|
<importlibrary definition="ncpa.def" />
|
|
<include base="ncpa">.</include>
|
|
<define name="UNICODE" />
|
|
<define name="_UNICODE" />
|
|
<define name="__REACTOS__" />
|
|
<define name="__USE_W32API" />
|
|
<define name="_WIN32_IE">0x600</define>
|
|
<define name="_WIN32_WINNT">0x501</define>
|
|
<library>kernel32</library>
|
|
<library>user32</library>
|
|
<library>comctl32</library>
|
|
<library>iphlpapi</library>
|
|
<library>ws2_32</library>
|
|
<library>dhcpcsvc</library>
|
|
<library>ntdll</library>
|
|
<file>ncpa.c</file>
|
|
<file>tcpip_properties.c</file>
|
|
<file>ncpa.rc</file>
|
|
</module>
|