6260c0055abf37b8a2b7802b1602002decfdce1d
[reactos.git] / base / applications / shutdown / shutdown.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="shutdown" type="win32cui" installbase="system32" installname="shutdown.exe">
4 <include base="shutdown">.</include>
5 <library>advapi32</library>
6 <library>user32</library>
7 <file>misc.c</file>
8 <file>shutdown.c</file>
9 <file>shutdown.rc</file>
10 <pch>precomp.h</pch>
11 </module>