Hauled subsys/system items into base/system
[reactos.git] / reactos / base / applications / shutdown / shutdown.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
3 <module name="shutdown" type="win32cui" installbase="system32" installname="shutdown.exe">
4 <include base="shutdown">.</include>
5 <define name="__USE_W32API" />
6 <define name="WINVER">0x0501</define>
7 <file>shutdown.c</file>
8 </module>