mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
13 lines
440 B
Ruby
13 lines
440 B
Ruby
<?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>
|
|
<define name="WINVER">0x0501</define>
|
|
<library>advapi32</library>
|
|
<library>user32</library>
|
|
<library>kernel32</library>
|
|
<file>misc.c</file>
|
|
<file>shutdown.c</file>
|
|
<file>shutdown.rc</file>
|
|
<pch>precomp.h</pch>
|
|
</module>
|