mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
6 lines
193 B
Text
6 lines
193 B
Text
|
<module name="cat" type="win32cui" installbase="bin" installname="cat.exe" >
|
||
|
<define name="__USE_W32API" />
|
||
|
<library>kernel32</library>
|
||
|
<library>ntdll</library>
|
||
|
<file>cat.c</file>
|
||
|
</module>
|