115828b085d0557cf5f1dd28505f1fd8349a2d37
[reactos.git] / reactos / dll / win32 / shellext / devcpux / devcpux.rbuild
1 <module name="devcpux" type="win32dll" installbase="system32" installname="devcpux.dll">
2 <importlibrary definition="devcpux.def" />
3 <include base="devcpux">.</include>
4 <include base="ReactOS">include/reactos/wine</include>
5 <define name="UNICODE" />
6 <define name="_UNICODE" />
7 <define name="__REACTOS__" />
8 <define name="__USE_W32API" />
9 <define name="_WIN32_IE">0x600</define>
10 <define name="_WIN32_WINNT">0x501</define>
11 <define name="WINVER">0x501</define>
12 <library>kernel32</library>
13 <library>user32</library>
14 <library>ntdll</library>
15 <library>powrprof</library>
16 <library>comctl32</library>
17 <file>processor.c</file>
18 <file>processor.rc</file>
19 </module>