Move and reshuffle reactos/regtetsts into rostests. 1/2
[reactos.git] / rostests / winetests / powrprof / powrprof.rbuild
1 <module name="powrprof_winetest" type="win32cui" installbase="bin" installname="powrprof_winetest.exe" allowwarnings="true">
2 <include base="powrprof_winetest">.</include>
3 <define name="__USE_W32API" />
4 <define name="UNICODE" />
5 <define name="_UNICODE" />
6 <library>powrprof</library>
7 <library>ntdll</library>
8 <library>advapi32</library>
9 <library>kernel32</library>
10 <file>testlist.c</file>
11 <file>pwrprof.c</file>
12 </module>