reactos/dll/cpl/input/input.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

17 lines
580 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="input" type="win32dll" extension=".dll" baseaddress="${BASEADDRESS_INPUT}" installbase="system32" installname="input.dll" unicode="yes">
<importlibrary definition="input.spec" />
<include base="input">.</include>
<library>advapi32</library>
<library>user32</library>
<library>comctl32</library>
<library>gdi32</library>
<file>input.c</file>
<file>settings.c</file>
<file>keysettings.c</file>
<file>add.c</file>
<file>changekeyseq.c</file>
<file>input.rc</file>
</module>