reactos/dll/cpl/ncpa/ncpa.rbuild
Timo Kreuzer 9ea495ba33 Create a branch for header work.
svn path=/branches/header-work/; revision=45691
2010-02-26 22:57:55 +00:00

13 lines
445 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="ncpa" type="win32dll" extension=".cpl" baseaddress="${BASEADDRESS_NCPA}" installbase="system32" installname="ncpa.cpl" unicode="yes">
<importlibrary definition="ncpa.spec" />
<include base="ncpa">.</include>
<redefine name="_WIN32_WINNT">0x600</redefine>
<library>advapi32</library>
<library>shell32</library>
<file>ncpa.c</file>
</module>