- Merge from trunk up to r45543
[reactos.git] / dll / win32 / devmgr / devmgr.rbuild
1 <module name="devmgr" type="win32dll" baseaddress="${BASEADDRESS_DEVENUM}" installbase="system32" installname="devmgr.dll" unicode="yes">
2 <include base="devmgr">.</include>
3 <importlibrary definition="devmgr.spec" />
4 <library>ntdll</library>
5 <library>setupapi</library>
6 <library>advapi32</library>
7 <library>user32</library>
8 <file>devmgr.rc</file>
9 <file>advprop.c</file>
10 <file>devprblm.c</file>
11 <file>hwpage.c</file>
12 <file>misc.c</file>
13 <file>stubs.c</file>
14 <pch>precomp.h</pch>
15 </module>