mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
6afbc8f483
svn path=/branches/reactos-yarotows/; revision=45219
16 lines
580 B
Ruby
16 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>
|