remove old makefile add xml makefile

svn path=/trunk/; revision=15674
This commit is contained in:
Magnus Olsen 2005-05-29 21:00:11 +00:00
parent 9cd1969b76
commit 8c2b8755dc
2 changed files with 10 additions and 23 deletions

View 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>

View file

@ -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