mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 05:18:55 +00:00
433252a084
svn path=/trunk/; revision=23955
9 lines
226 B
Ruby
9 lines
226 B
Ruby
<module name="cat" type="win32cui" installbase="system32" installname="cat.exe">
|
|
<define name="__USE_W32API" />
|
|
<library>ntdll</library>
|
|
<library>kernel32</library>
|
|
<library>user32</library>
|
|
|
|
<file>cat.c</file>
|
|
</module>
|