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