Make acpi compile with Visual C++
[reactos.git] / base / applications / mscutils / devmgmt / devmgmt.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
3 <module name="devmgmt" type="win32gui" installbase="system32" installname="devmgmt.exe" unicode="yes">
4 <include base="devmgmt">.</include>
5 <library>ntdll</library>
6 <library>setupapi</library>
7 <library>gdi32</library>
8 <library>kernel32</library>
9 <library>user32</library>
10 <library>comctl32</library>
11 <library>advapi32</library>
12 <library>devmgr</library>
13 <compilationunit name="unit.c">
14 <file>about.c</file>
15 <file>devmgmt.c</file>
16 <file>enumdevices.c</file>
17 <file>mainwnd.c</file>
18 <file>misc.c</file>
19 </compilationunit>
20 <file>devmgmt.rc</file>
21 <pch>precomp.h</pch>
22 </module>