remove old makefile add xml makefile
authorMagnus Olsen <magnus@greatlord.com>
Sun, 29 May 2005 21:00:11 +0000 (21:00 +0000)
committerMagnus Olsen <magnus@greatlord.com>
Sun, 29 May 2005 21:00:11 +0000 (21:00 +0000)
svn path=/trunk/; revision=15674

reactos/subsys/system/expand/expand.xml [new file with mode: 0644]
reactos/subsys/system/expand/makefile [deleted file]

diff --git a/reactos/subsys/system/expand/expand.xml b/reactos/subsys/system/expand/expand.xml
new file mode 100644 (file)
index 0000000..a988f9c
--- /dev/null
@@ -0,0 +1,10 @@
+<module name="expand" type="win32cui" installbase="system32" installname="expand.exe" usewrc="false">\r
+       <include base="ReactOS">include/wine</include>\r
+       <include base="cmd">.</include>\r
+       <define name="__USE_W32API" />\r
+       <define name="ANONYMOUSUNIONS" />\r
+       <define name="_WIN32_WINNT">0x0501</define>\r
+       <library>lz32</library>\r
+      <file>expand.c</file>    \r
+      <file>expand.rc</file> \r
+</module>\r
diff --git a/reactos/subsys/system/expand/makefile b/reactos/subsys/system/expand/makefile
deleted file mode 100644 (file)
index 76a5911..0000000
+++ /dev/null
@@ -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