-Move shellext folder to a more appropriate location. shell extensions are COM object...
[reactos.git] / reactos / dll / 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="_WIN32_IE">0x600</define>
8 <define name="_WIN32_WINNT">0x501</define>
9 <define name="WINVER">0x501</define>
10 <library>kernel32</library>
11 <library>user32</library>
12 <library>ntdll</library>
13 <library>powrprof</library>
14 <library>comctl32</library>
15 <file>processor.c</file>
16 <file>processor.rc</file>
17 </module>