mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
add ncpa build file
svn path=/trunk/; revision=21118
This commit is contained in:
parent
812aefa8d9
commit
d1091c9d5c
1 changed files with 20 additions and 0 deletions
20
reactos/dll/cpl/ncpa/ncpa.rbuild
Normal file
20
reactos/dll/cpl/ncpa/ncpa.rbuild
Normal file
|
@ -0,0 +1,20 @@
|
|||
<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>
|
Loading…
Reference in a new issue