More details in the rosapps makefile message.
[reactos.git] / rosapps / sysutils / shutdown / shutdown.xml
1 <module name="shutdown" type="win32cui" installbase="system32" installname="shutdown.exe">
2 <linkerflag>--numeric-sort</linkerflag>
3 <define name="__USE_W32API" />
4 <define name="_WIN32_IE">0x0501</define>
5 <define name="_WIN32_WINNT">0x0501</define>
6 <library>kernel32</library>
7 <library>user32</library>
8 <library>lib</library>
9 <file>shutdown.c</file>
10 <file>shutdown.rc</file>
11 </module>