[ros-diffs] [greatlrd] 15674: remove old makefile add xml makefile

greatlrd at svn.reactos.com greatlrd at svn.reactos.com
Sun May 29 23:00:12 CEST 2005


remove old makefile add xml makefile
Added: trunk/reactos/subsys/system/expand/expand.xml
Deleted: trunk/reactos/subsys/system/expand/makefile
  _____  

Added: trunk/reactos/subsys/system/expand/expand.xml
--- trunk/reactos/subsys/system/expand/expand.xml	2005-05-29
20:58:38 UTC (rev 15673)
+++ trunk/reactos/subsys/system/expand/expand.xml	2005-05-29
21:00:11 UTC (rev 15674)
@@ -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>
  _____  

Deleted: trunk/reactos/subsys/system/expand/makefile
--- trunk/reactos/subsys/system/expand/makefile	2005-05-29 20:58:38 UTC
(rev 15673)
+++ trunk/reactos/subsys/system/expand/makefile	2005-05-29 21:00:11 UTC
(rev 15674)
@@ -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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050529/a2883ef8/attachment.html


More information about the Ros-diffs mailing list