Clean up .rbuild files and make them xml compliant
[reactos.git] / reactos / dll / cpl / powercfg / powercfg.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="powercfg" type="win32dll" extension=".cpl" baseaddress="${BASEADDRESS_PWRCFG}" installbase="system32" installname="powercfg.cpl" allowwarnings="true">
4 <importlibrary definition="powercfg.def" />
5 <include base="powercfg">.</include>
6 <include base="ReactOS">include/reactos/wine</include>
7 <define name="UNICODE" />
8 <define name="_UNICODE" />
9 <define name="__REACTOS__" />
10 <define name="__USE_W32API" />
11 <define name="_WIN32_IE">0x600</define>
12 <define name="_WIN32_WINNT">0x501</define>
13 <library>kernel32</library>
14 <library>user32</library>
15 <library>powrprof</library>
16 <library>comctl32</library>
17 <library>msvcrt</library>
18 <file>powercfg.c</file>
19 <file>powershemes.c</file>
20 <file>alarms.c</file>
21 <file>advanced.c</file>
22 <file>hibernate.c</file>
23 <file>powercfg.rc</file>
24 </module>