--- vendor/wine/dlls/shdocvw/current/Makefile 2004-12-31 16:06:52 UTC (rev 12602)
+++ trunk/reactos/lib/shdocvw/Makefile 2004-12-31 16:07:59 UTC (rev 12603)
@@ -0,0 +1,9 @@
+# $Id: Makefile 12297 2004-12-23 08:55:00Z gvg $
+
+PATH_TO_TOP = ../..
+
+TARGET_TYPE = winedll
+
+include $(PATH_TO_TOP)/rules.mak
+
+include $(TOOLS_PATH)/helper.mk
\ No newline at end of file
--- vendor/wine/dlls/shdocvw/current/Makefile.ros-template 2004-12-31 16:06:52 UTC (rev 12602)
+++ trunk/reactos/lib/shdocvw/Makefile.ros-template 2004-12-31 16:07:59 UTC (rev 12603)
@@ -0,0 +1,19 @@
+# $Id: Makefile.ros-template 12297 2004-12-23 08:55:00Z gvg $
+
+TARGET_NAME = shdocvw
+
+TARGET_OBJECTS = @C_SRCS@
+
+TARGET_CFLAGS = @EXTRADEFS@
+
+TARGET_SDKLIBS = @IMPORTS@ wine.a wine_uuid.a ntdll.a
+
+TARGET_BASE = $(TARGET_BASE_LIB_SHDOCVW)
+
+TARGET_NORC = yes
+
+default: all
+
+DEP_OBJECTS = $(TARGET_OBJECTS)
+
+include $(TOOLS_PATH)/depend.mk