reactos/dll/keyboard/kbdlt1/kbdlt1.rbuild
Amine Khaldi 84291d0d72 * Bring back rbuild build to be used until bug 6372 is fixed.
svn path=/branches/GSoC_2011/ThemesSupport/; revision=52691
2011-07-15 22:27:16 +00:00

9 lines
357 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="kbdlt1" type="keyboardlayout" entrypoint="0" installbase="system32" installname="kbdlt1.dll" allowwarnings="true">
<importlibrary definition="kbdlt1.spec" />
<include base="ntoskrnl">include</include>
<file>kbdlt1.c</file>
<file>kbdlt1.rc</file>
</module>