reactos/dll/win32/wshirda/wshirda.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

8 lines
334 B
Ruby

<module name="wshirda" type="win32dll" baseaddress="${BASEADDRESS_WSHIRDA}" installbase="system32" installname="wshirda.dll" unicode="yes">
<importlibrary definition="wshirda.spec" />
<include base="wshirda">.</include>
<library>ntdll</library>
<library>ws2_32</library>
<file>wshirda.c</file>
<file>wshirda.rc</file>
</module>