reactos/dll/keyboard/kbdheb/kbdheb.rbuild
Timo Kreuzer 5eb25b5c24 Create a branch for audio work
svn path=/branches/audio-bringup/; revision=49478
2010-11-05 11:04:48 +00:00

9 lines
336 B
Ruby

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