reactos/dll/cpl/ncpa/ncpa.rbuild
Timo Kreuzer 6afbc8f483 Hopefully create a branch and not destroy the svn repository.
svn path=/branches/reactos-yarotows/; revision=45219
2010-01-23 23:25:04 +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>