mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
12 lines
392 B
XML
12 lines
392 B
XML
|
<module name="shutdown" type="win32cui" installbase="system32" installname="shutdown.exe">
|
||
|
<linkerflag>--numeric-sort</linkerflag>
|
||
|
<define name="__USE_W32API" />
|
||
|
<define name="_WIN32_IE">0x0501</define>
|
||
|
<define name="_WIN32_WINNT">0x0501</define>
|
||
|
<library>kernel32</library>
|
||
|
<library>user32</library>
|
||
|
<library>lib</library>
|
||
|
<file>shutdown.c</file>
|
||
|
<file>shutdown.rc</file>
|
||
|
</module>
|