reactos/rosapps/applications/sysutils/gettype/gettype.rbuild
Stefan Ginsberg 0b42f0b683 - Remove version defines
svn path=/trunk/; revision=37030
2008-10-27 20:25:29 +00:00

9 lines
284 B
Ruby

<module name="gettype" type="win32cui" installbase="system32" installname="gettype.exe" unicode="yes">
<include base="gettype">.</include>
<library>kernel32</library>
<library>shell32</library>
<library>mpr</library>
<library>netapi32</library>
<file>gettype.c</file>
</module>