8397b3fe9634014d44fa1a0d1cc3f1e9548d22ca
[reactos.git] / reactos / dll / cpl / input / input.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="input" type="win32dll" extension=".dll" baseaddress="${BASEADDRESS_INPUT}" installbase="system32" installname="input.dll">
4 <importlibrary definition="input.def" />
5 <include base="input">.</include>
6 <define name="UNICODE" />
7 <define name="_UNICODE" />
8 <define name="__REACTOS__" />
9 <define name="__USE_W32API" />
10 <define name="_WIN32_IE">0x600</define>
11 <define name="_WIN32_WINNT">0x501</define>
12 <library>kernel32</library>
13 <library>advapi32</library>
14 <library>user32</library>
15 <library>comctl32</library>
16 <library>msvcrt</library>
17 <file>input.c</file>
18 <file>settings.c</file>
19 <file>advanced.c</file>
20 <file>langbar.c</file>
21 <file>keysettings.c</file>
22 <file>add.c</file>
23 <file>changekeyseq.c</file>
24 <file>inputlangprop.c</file>
25 <file>misc.c</file>
26 <file>input.rc</file>
27 </module>