reactos/dll/win32/xinput1_3/xinput1_3.rbuild
Timo Kreuzer 6afbc8f483 Hopefully create a branch and not destroy the svn repository.
svn path=/branches/reactos-yarotows/; revision=45219
2010-01-23 23:25:04 +00:00

9 lines
357 B
Ruby

<module name="xinput1_3" type="win32dll" installbase="system32" installname="xinput1_3.dll">
<importlibrary definition="xinput1_3.spec" />
<include base="xinput1_3">.</include>
<include base="ReactOS">include/reactos/wine</include>
<define name="__WINESRC__" />
<library>wine</library>
<file>xinput1_3_main.c</file>
<file>version.rc</file>
</module>