Create a branch for cmake bringup.
[reactos.git] / dll / keyboard / kbdhe / kbdhe.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="kbdhe" type="keyboardlayout" entrypoint="0" installbase="system32" installname="kbdhe.dll">
4 <importlibrary definition="kbdhe.spec" />
5 <include base="ntoskrnl">include</include>
6 <file>kbdhe.c</file>
7 <file>kbdhe.rc</file>
8 </module>