2006-02-23 00:01:01 +00:00
|
|
|
<?xml version="1.0"?>
|
2007-09-14 17:07:53 +00:00
|
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
2008-05-08 16:01:30 +00:00
|
|
|
<module name="sc" type="win32cui" installbase="system32" installname="sc.exe" unicode="yes">
|
2006-02-23 00:01:01 +00:00
|
|
|
<define name="DEFINE_GUID" />
|
|
|
|
<library>advapi32</library>
|
|
|
|
<file>control.c</file>
|
|
|
|
<file>create.c</file>
|
|
|
|
<file>delete.c</file>
|
2006-08-31 17:59:02 +00:00
|
|
|
<file>print.c</file>
|
|
|
|
<file>query.c</file>
|
|
|
|
<file>sc.c</file>
|
2007-10-19 23:21:45 +00:00
|
|
|
<file>start.c</file>
|
2006-02-23 00:01:01 +00:00
|
|
|
<file>usage.c</file>
|
|
|
|
<file>sc.rc</file>
|
|
|
|
<pch>sc.h</pch>
|
|
|
|
</module>
|