mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
Add command line shutdown utility to build
svn path=/trunk/; revision=19754
This commit is contained in:
parent
3bbec11174
commit
ff15a308a5
4 changed files with 13 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id$
|
||||
*
|
||||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS shutdown/logoff utility
|
||||
* FILE: apps/utils/shutdown/shutdown.c
|
||||
|
|
6
reactos/apps/utils/shutdown/shutdown.xml
Normal file
6
reactos/apps/utils/shutdown/shutdown.xml
Normal 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>
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue