* Bring back rbuild build to be used until bug 6372 is fixed.
[reactos.git] / dll / keyboard / kbdfc / kbdfc.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="kbdfc" type="keyboardlayout" entrypoint="0" installbase="system32" installname="kbdfc.dll">
4 <importlibrary definition="kbdfc.spec" />
5 <include base="ntoskrnl">include</include>
6 <file>kbdfc.c</file>
7 <file>kbdfc.rc</file>
8 </module>