Adding ps.exe to build process.

svn path=/trunk/; revision=16102
This commit is contained in:
James Tabor 2005-06-19 18:53:19 +00:00
parent ac4f85a89e
commit b3bc018212
2 changed files with 5 additions and 1 deletions

View file

@ -4,4 +4,7 @@
<directory name="rosperf">
<xi:include href="rosperf/rosperf.xml" />
</directory>
<directory name="ps">
<xi:include href="ps/ps.xml" />
</directory>

View file

@ -12,8 +12,9 @@
* 2004-01-10 Emanuele Aliberti
*
*/
#include <ddk/ntddk.h>
#include <windows.h>
#include <ddk/ntddk.h>
#include <stdio.h>
int main (int argc, char * argv [])