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