set svn:eol-style to native for *.rbuild
[reactos.git] / reactos / base / applications / servman / servman.rbuild
1 <?xml version="1.0"?>
2 <rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
3 <module name="servman" type="win32gui" installbase="system32" installname="servman.exe">
4 <include base="servman">.</include>
5 <define name="UNICODE" />
6 <define name="_UNICODE" />
7 <define name="__REACTOS__" />
8 <define name="__USE_W32API" />
9 <define name="_WIN32_IE">0x600</define>
10 <define name="_WIN32_WINNT">0x501</define>
11 <library>kernel32</library>
12 <library>user32</library>
13 <library>advapi32</library>
14 <library>version</library>
15 <library>comctl32</library>
16 <library>shell32</library>
17 <library>comdlg32</library>
18 <compilationunit name="unit.c">
19 <file>about.c</file>
20 <file>control.c</file>
21 <file>create.c</file>
22 <file>delete.c</file>
23 <file>export.c</file>
24 <file>geterror.c</file>
25 <file>progress.c</file>
26 <file>propsheet.c</file>
27 <file>query.c</file>
28 <file>servman.c</file>
29 <file>start.c</file>
30 </compilationunit>
31 <file>servman.rc</file>
32 <pch>servman.h</pch>
33 </module>
34 </rbuild>