e357cc340547c0ff5e79b95c72d6538b882548aa
[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" allowwarnings="true">
4 <importlibrary definition="powrprof.spec.def" />
5 <include base="powrprof">.</include>
6 <include base="ReactOS">include/reactos/wine</include>
7 <define name="__WINESRC__" />
8 <define name="WINVER">0x600</define>
9 <define name="_WIN32_WINNT">0x600</define>
10 <library>wine</library>
11 <library>advapi32</library>
12 <library>kernel32</library>
13 <library>ntdll</library>
14 <file>powrprof.c</file>
15 <file>powrprof.spec</file>
16 </module>