mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 12:32:47 +00:00
Build sm
svn path=/branches/xmlbuildsystem/; revision=15371
This commit is contained in:
parent
c3bfe63c19
commit
cb0e7b1029
3 changed files with 13 additions and 28 deletions
|
@ -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
|
10
reactos/subsys/system/sm/sm.xml
Normal file
10
reactos/subsys/system/sm/sm.xml
Normal file
|
@ -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>
|
Loading…
Reference in a new issue