Add the beginnings of sc.exe
[reactos.git] / reactos / subsys / system / sc / sc.xml
1 <module name="sc" type="win32cui" installbase="system32" installname="sc.exe">
2 <define name="__USE_W32API" />
3 <define name="DEFINE_GUID" />
4 <library>kernel32</library>
5 <file>sc.c</file>
6 <file>manage.c</file>
7 <file>query.c</file>
8 <file>usage.c</file>
9 <file>sc.rc</file>
10 </module>