Build sm
Modified: branches/xmlbuildsystem/reactos/subsys/system/directory.xml
Deleted: branches/xmlbuildsystem/reactos/subsys/system/sm/makefile
Added: branches/xmlbuildsystem/reactos/subsys/system/sm/sm.xml
_____
Modified: branches/xmlbuildsystem/reactos/subsys/system/directory.xml
--- branches/xmlbuildsystem/reactos/subsys/system/directory.xml
2005-05-17 01:33:40 UTC (rev 15370)
+++ branches/xmlbuildsystem/reactos/subsys/system/directory.xml
2005-05-17 06:17:35 UTC (rev 15371)
@@ -46,6 +46,9 @@
<directory name="setup">
<xi:include href="setup/setup.xml" />
</directory>
+<directory name="sm">
+ <xi:include href="sm/sm.xml" />
+</directory>
<directory name="taskmgr">
<xi:include href="taskmgr/taskmgr.xml" />
</directory>
_____
Deleted: branches/xmlbuildsystem/reactos/subsys/system/sm/makefile
--- branches/xmlbuildsystem/reactos/subsys/system/sm/makefile
2005-05-17 01:33:40 UTC (rev 15370)
+++ branches/xmlbuildsystem/reactos/subsys/system/sm/makefile
2005-05-17 06:17:35 UTC (rev 15371)
@@ -1,28 +0,0 @@
-# $Id$
-#
-# ReactOS Win32 SM Query Tool
-#
-PATH_TO_TOP = ../../..
-TOOLS_PATH = $(PATH_TO_TOP)/tools
-
-TARGET_TYPE = program
-
-TARGET_APPTYPE = console
-
-TARGET_NAME = sm
-
-TARGET_INSTALLDIR = system32
-
-TARGET_CFLAGS = -D__USE_W32API -DANONYMOUSUNIONS -Wall -Werror
-
-TARGET_OBJECTS = $(TARGET_NAME).o
-
-TARGET_SDKLIBS = smdll.a ntdll.a
-
-include $(PATH_TO_TOP)/rules.mak
-
-include $(TOOLS_PATH)/helper.mk
-
-include $(TOOLS_PATH)/depend.mk
-
-# EOF
_____
Added: branches/xmlbuildsystem/reactos/subsys/system/sm/sm.xml
--- branches/xmlbuildsystem/reactos/subsys/system/sm/sm.xml
2005-05-17 01:33:40 UTC (rev 15370)
+++ branches/xmlbuildsystem/reactos/subsys/system/sm/sm.xml
2005-05-17 06:17:35 UTC (rev 15371)
@@ -0,0 +1,10 @@
+<module name="sm" type="win32cui"
installbase="system32"
installname="sm.exe">
+ <include base="sm">.</include>
+ <define name="__USE_W32API" />
+ <define name="ANONYMOUSUNIONS" />
+ <library>smdll</library>
+ <library>ntdll</library>
+ <library>kernel32</library>
+ <file>sm.c</file>
+ <file>sm.rc</file>
+</module>
Property changes on:
branches/xmlbuildsystem/reactos/subsys/system/sm/sm.xml
___________________________________________________________________
Name: svn:eol-style
+ native