reactos/base/applications/shutdown/shutdown.rbuild

12 lines
372 B
Text
Raw Normal View History

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="shutdown" type="win32cui" installbase="system32" installname="shutdown.exe">
<include base="shutdown">.</include>
<library>advapi32</library>
<library>user32</library>
<file>misc.c</file>
<file>shutdown.c</file>
<file>shutdown.rc</file>
<pch>precomp.h</pch>
</module>