[ntoskrnl/cc]
[reactos.git] / reactos / base / applications / mscutils / servman / servman.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
3 <module name="servman" type="win32gui" installbase="system32" installname="servman.exe" unicode="yes">
4 <include base="servman">.</include>
5 <library>kernel32</library>
6 <library>user32</library>
7 <library>gdi32</library>
8 <library>advapi32</library>
9 <library>version</library>
10 <library>comctl32</library>
11 <library>shell32</library>
12 <library>comdlg32</library>
13 <compilationunit name="unit.c">
14 <file>about.c</file>
15 <file>control.c</file>
16 <file>create.c</file>
17 <file>delete.c</file>
18 <file>dependencies.c</file>
19 <file>export.c</file>
20 <file>listview.c</file>
21 <file>mainwnd.c</file>
22 <file>misc.c</file>
23 <file>progress.c</file>
24 <file>propsheet.c</file>
25 <file>propsheet_depends.c</file>
26 <file>propsheet_general.c</file>
27 <file>query.c</file>
28 <file>servman.c</file>
29 <file>start.c</file>
30 <file>stop.c</file>
31 </compilationunit>
32 <file>servman.rc</file>
33 <pch>precomp.h</pch>
34 </module>