Add command line shutdown utility to build

svn path=/trunk/; revision=19754
This commit is contained in:
Gé van Geldorp 2005-11-29 21:57:19 +00:00
parent 3bbec11174
commit ff15a308a5
4 changed files with 13 additions and 4 deletions

View file

@ -2,10 +2,13 @@
<directory name="net">
<xi:include href="net/directory.xml" />
</directory>
<directory name="rosperf">
<xi:include href="rosperf/rosperf.xml" />
<directory name="shutdown">
<xi:include href="shutdown/shutdown.xml" />
</directory>
<directory name="ps">
<xi:include href="ps/ps.xml" />
</directory>
<directory name="rosperf">
<xi:include href="rosperf/rosperf.xml" />
</directory>
</group>

View file

@ -1,5 +1,4 @@
/* $Id$
*
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS shutdown/logoff utility
* FILE: apps/utils/shutdown/shutdown.c

View file

@ -0,0 +1,6 @@
<module name="shutdown" type="win32cui" installbase="system32" installname="shutdown.exe">
<include base="shutdown">.</include>
<define name="__USE_W32API" />
<define name="WINVER">0x0501</define>
<file>shutdown.c</file>
</module>

View file

@ -224,6 +224,7 @@ apps\utils\net\tracert\tracert.exe 1
apps\utils\net\whois\whois.exe 1
apps\utils\ps\ps.exe 1
apps\utils\rosperf\rosperf.exe 1
apps\utils\shutdown\shutdown.exe 1
media\fonts\c0419bt_.ttf 3
media\fonts\c0582bt_.ttf 3
media\fonts\c0583bt_.ttf 3