mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
Build sm
svn path=/branches/xmlbuildsystem/; revision=15371
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user