reactos/rosapps/sysutils/tcat/tcat.rbuild
Marc Piulachs 4655339c23 Build files updates and fixes
svn path=/trunk/; revision=29860
2007-10-25 01:15:21 +00:00

9 lines
228 B
Ruby

<module name="tcat" type="win32cui" installbase="system32" installname="tcat.exe">
<define name="__USE_W32API" />
<library>ntdll</library>
<library>kernel32</library>
<library>user32</library>
<file>cat.c</file>
</module>