Adding ps.exe to build process.
Added: trunk/reactos/apps/utils/ps/ps.xml
_____
Added: trunk/reactos/apps/utils/ps/ps.xml
--- trunk/reactos/apps/utils/ps/ps.xml 2005-06-19 18:53:19 UTC (rev
16102)
+++ trunk/reactos/apps/utils/ps/ps.xml 2005-06-19 18:54:02 UTC (rev
16103)
@@ -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>
\ No newline at end of file
Show replies by date