mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Adding ps.exe to build process.
svn path=/trunk/; revision=16103
This commit is contained in:
parent
b3bc018212
commit
7d84d6b837
1 changed files with 8 additions and 0 deletions
8
reactos/apps/utils/ps/ps.xml
Normal file
8
reactos/apps/utils/ps/ps.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<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>
|
Loading…
Reference in a new issue