sync with trunk r46493
[reactos.git] / dll / shellext / devcpux / devcpux.rbuild
1 <module name="devcpux" type="win32dll" installbase="system32" installname="devcpux.dll" unicode="yes">
2 <importlibrary definition="devcpux.spec" />
3 <include base="devcpux">.</include>
4 <include base="ReactOS">include/reactos/wine</include>
5 <library>user32</library>
6 <library>ntdll</library>
7 <library>powrprof</library>
8 <library>comctl32</library>
9 <file>processor.c</file>
10 <file>processor.rc</file>
11 </module>