[RTL]
[reactos.git] / reactos / base / applications / sc / sc.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="sc" type="win32cui" installbase="system32" installname="sc.exe" unicode="yes">
4 <define name="DEFINE_GUID" />
5 <library>advapi32</library>
6 <file>control.c</file>
7 <file>create.c</file>
8 <file>delete.c</file>
9 <file>print.c</file>
10 <file>query.c</file>
11 <file>sc.c</file>
12 <file>start.c</file>
13 <file>usage.c</file>
14 <file>sc.rc</file>
15 <pch>sc.h</pch>
16 </module>