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