-revert janderwalds change until because it breaks the gcc 4.x build
[reactos.git] / reactos / base / applications / utils / cat / cat.rbuild
1 <module name="cat" type="win32cui" installbase="bin" installname="cat.exe" >
2 <define name="__USE_W32API" />
3 <library>msvcrt</library>
4 <library>kernel32</library>
5 <library>ntdll</library>
6 <file>cat.c</file>
7 </module>