Import and merge Wine-20041201 Added: trunk/reactos/lib/shdocvw/ Added: trunk/reactos/lib/shdocvw/Makefile Added: trunk/reactos/lib/shdocvw/Makefile.ros-template _____
Copied: trunk/reactos/lib/shdocvw (from rev 12602, vendor/wine/dlls/shdocvw/current) _____
Added: trunk/reactos/lib/shdocvw/Makefile --- 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 _____
Added: trunk/reactos/lib/shdocvw/Makefile.ros-template --- 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