- Create another branch for networking fixes
[reactos.git] / dll / cpl / ncpa / ncpa.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="ncpa" type="win32dll" extension=".cpl" baseaddress="${BASEADDRESS_NCPA}" installbase="system32" installname="ncpa.cpl" unicode="yes">
4 <importlibrary definition="ncpa.spec" />
5 <include base="ncpa">.</include>
6
7 <redefine name="_WIN32_WINNT">0x600</redefine>
8
9 <library>kernel32</library>
10 <library>advapi32</library>
11 <library>shell32</library>
12 <file>ncpa.c</file>
13 </module>