- Start rosapps rearrange and cleanup process.
[reactos.git] / rosapps / applications / sysutils / utils / ps / ps.rbuild
1 <module name="ps" type="win32cui" installbase="bin" installname="ps.exe">
2 <include base="ps">.</include>
3 <define name="__USE_W32API" />
4 <library>user32</library>
5 <library>kernel32</library>
6 <library>ntdll</library>
7 <file>ps.c</file>
8 </module>