mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
remove old makefile add xml makefile
svn path=/trunk/; revision=15674
This commit is contained in:
parent
9cd1969b76
commit
8c2b8755dc
2 changed files with 10 additions and 23 deletions
10
reactos/subsys/system/expand/expand.xml
Normal file
10
reactos/subsys/system/expand/expand.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<module name="expand" type="win32cui" installbase="system32" installname="expand.exe" usewrc="false">
|
||||
<include base="ReactOS">include/wine</include>
|
||||
<include base="cmd">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
<define name="ANONYMOUSUNIONS" />
|
||||
<define name="_WIN32_WINNT">0x0501</define>
|
||||
<library>lz32</library>
|
||||
<file>expand.c</file>
|
||||
<file>expand.rc</file>
|
||||
</module>
|
|
@ -1,23 +0,0 @@
|
|||
#
|
||||
|
||||
PATH_TO_TOP = ../../..
|
||||
|
||||
TARGET_TYPE = program
|
||||
|
||||
TARGET_APPTYPE = console
|
||||
|
||||
TARGET_NAME = expand
|
||||
|
||||
TARGET_INSTALLDIR = system32
|
||||
|
||||
TARGET_CFLAGS = -D__USE_W32API
|
||||
|
||||
TARGET_SDKLIBS = lz32.a
|
||||
|
||||
TARGET_OBJECTS = $(TARGET_NAME).o
|
||||
|
||||
include $(PATH_TO_TOP)/rules.mak
|
||||
|
||||
include $(TOOLS_PATH)/helper.mk
|
||||
|
||||
# EOF
|
Loading…
Reference in a new issue