Import and merge Wine-20041201
Added: trunk/reactos/lib/richedit/
Added: trunk/reactos/lib/richedit/Makefile
Added: trunk/reactos/lib/richedit/Makefile.ros-template
_____
Copied: trunk/reactos/lib/richedit (from rev 12590,
vendor/wine/dlls/richedit/current)
_____
Added: trunk/reactos/lib/richedit/Makefile
--- vendor/wine/dlls/richedit/current/Makefile 2004-12-31 15:43:49 UTC
(rev 12590)
+++ trunk/reactos/lib/richedit/Makefile 2004-12-31 15:44:47 UTC (rev
12591)
@@ -0,0 +1,9 @@
+# $Id: Makefile 7978 2004-02-01 21:20:05Z gvg $
+
+PATH_TO_TOP = ../..
+
+TARGET_TYPE = winedll
+
+include $(PATH_TO_TOP)/rules.mak
+
+include $(TOOLS_PATH)/helper.mk
_____
Added: trunk/reactos/lib/richedit/Makefile.ros-template
--- vendor/wine/dlls/richedit/current/Makefile.ros-template
2004-12-31 15:43:49 UTC (rev 12590)
+++ trunk/reactos/lib/richedit/Makefile.ros-template 2004-12-31
15:44:47 UTC (rev 12591)
@@ -0,0 +1,19 @@
+# $Id: Makefile.ros-template 11910 2004-12-03 23:37:44Z blight $
+
+TARGET_NAME = riched32
+
+TARGET_OBJECTS = @C_SRCS@
+
+TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__
+
+TARGET_SDKLIBS = @IMPORTS@ wine.a ntdll.a
+
+TARGET_BASE = $(TARGET_BASE_LIB_RICHEDIT)
+
+TARGET_NORC = yes
+
+default: all
+
+DEP_OBJECTS = $(TARGET_OBJECTS)
+
+include $(TOOLS_PATH)/depend.mk
Show replies by date