reactos/dll/win32/hid/hid.rbuild
Timo Kreuzer 9ea495ba33 Create a branch for header work.
svn path=/branches/header-work/; revision=45691
2010-02-26 22:57:55 +00:00

10 lines
323 B
Ruby

<module name="hid" type="win32dll" baseaddress="${BASEADDRESS_HID}" installbase="system32" installname="hid.dll" unicode="yes">
<importlibrary definition="hid.spec" />
<include base="hid">.</include>
<library>ntdll</library>
<file>hid.c</file>
<file>stubs.c</file>
<file>hid.rc</file>
<pch>precomp.h</pch>
</module>