- Change the root "readme.txt" file to have a CLT2011 text.
[reactos.git] / 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>user32</library>
6 <library>gdi32</library>
7 <library>advapi32</library>
8 <library>version</library>
9 <library>comctl32</library>
10 <library>shell32</library>
11 <library>comdlg32</library>
12 <compilationunit name="unit.c">
13 <file>about.c</file>
14 <file>control.c</file>
15 <file>create.c</file>
16 <file>delete.c</file>
17 <file>dependencies_tv1.c</file>
18 <file>dependencies_tv2.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 <file>stop_dependencies.c</file>
32 </compilationunit>
33 <file>servman.rc</file>
34 <pch>precomp.h</pch>
35 </module>