Adding ps.exe to build process.
authorJames Tabor <james.tabor@reactos.org>
Sun, 19 Jun 2005 18:54:02 +0000 (18:54 +0000)
committerJames Tabor <james.tabor@reactos.org>
Sun, 19 Jun 2005 18:54:02 +0000 (18:54 +0000)
svn path=/trunk/; revision=16103

reactos/apps/utils/ps/ps.xml [new file with mode: 0644]

diff --git a/reactos/apps/utils/ps/ps.xml b/reactos/apps/utils/ps/ps.xml
new file mode 100644 (file)
index 0000000..fa062fc
--- /dev/null
@@ -0,0 +1,8 @@
+<module name="ps" type="win32cui" installbase="bin" installname="ps.exe">\r
+    <include base="ps">.</include>\r
+    <define name="__USE_W32API" />\r
+    <library>user32</library>\r
+    <library>kernel32</library>\r
+    <library>ntdll</library>\r
+    <file>ps.c</file>\r
+</module>
\ No newline at end of file