1cc516fcce8ef356ba726af4b4acef3a1daa316b
[reactos.git] / reactos / dll / keyboard / kbdtuq / kbdtuq.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="kbdtuq" type="keyboardlayout" entrypoint="0" installbase="system32" installname="kbdtuq.dll" allowwarnings="true">
4 <importlibrary definition="kbdtuq.spec.def" />
5 <include base="ntoskrnl">include</include>
6 <define name="_DISABLE_TIDENTS" />
7 <define name="_WIN32_WINNT">0x0500</define>
8 <file>kbdtuq.c</file>
9 <file>kbdtuq.rc</file>
10 <file>kbdtuq.spec</file>
11 </module>