930231a46a83625eb11797551d3cf93370359e76
[reactos.git] / reactos / subsys / system / servman / servman.xml
1 <module name="servman" type="win32gui" installbase="system32" installname="servman.exe">
2 <include base="servman">.</include>
3 <define name="UNICODE" />
4 <define name="_UNICODE" />
5 <define name="__REACTOS__" />
6 <define name="__USE_W32API" />
7 <define name="_WIN32_IE">0x600</define>
8 <define name="_WIN32_WINNT">0x501</define>
9 <library>kernel32</library>
10 <library>user32</library>
11 <library>advapi32</library>
12 <library>version</library>
13 <library>comctl32</library>
14 <library>shell32</library>
15 <compilationunit name="unit.c">
16 <file>about.c</file>
17 <file>geterror.c</file>
18 <file>propsheet.c</file>
19 <file>query.c</file>
20 <file>servman.c</file>
21 </compilationunit>
22 <file>servman.rc</file>
23 </module>