reactos/rosapps/sysutils/tcat/cat.rbuild
Aleksey Bragin 95d350f6fe Having two cats with the same name in one repository is too much
svn path=/trunk/; revision=24555
2006-10-17 15:02:51 +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>