- Sync to trunk 36919.
[reactos.git] / reactos / dll / win32 / powrprof / powrprof.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="powrprof" type="win32dll" baseaddress="${BASEADDRESS_POWRPROF}" installbase="system32" installname="powrprof.dll" unicode="yes">
4 <importlibrary definition="powrprof.spec" />
5 <include base="powrprof">.</include>
6 <define name="WINVER">0x600</define>
7 <define name="_WIN32_WINNT">0x600</define>
8 <library>wine</library>
9 <library>advapi32</library>
10 <library>kernel32</library>
11 <library>ntdll</library>
12 <library>user32</library>
13 <library>comctl32</library>
14 <file>powrprof.c</file>
15 <file>powrprof.rc</file>
16 <file>powrprof.spec</file>
17 </module>