Import and merge Wine-20041201
Added: trunk/reactos/lib/urlmon/
Added: trunk/reactos/lib/urlmon/Makefile
Added: trunk/reactos/lib/urlmon/Makefile.ros-template

Copied: trunk/reactos/lib/urlmon (from rev 12636, vendor/wine/dlls/urlmon/current)

Added: trunk/reactos/lib/urlmon/Makefile
--- vendor/wine/dlls/urlmon/current/Makefile	2004-12-31 16:29:21 UTC (rev 12636)
+++ trunk/reactos/lib/urlmon/Makefile	2004-12-31 16:30:04 UTC (rev 12637)
@@ -0,0 +1,9 @@
+# $Id: Makefile 10513 2004-08-13 06:14:48Z rcampbell $
+
+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/urlmon/Makefile.ros-template
--- vendor/wine/dlls/urlmon/current/Makefile.ros-template	2004-12-31 16:29:21 UTC (rev 12636)
+++ trunk/reactos/lib/urlmon/Makefile.ros-template	2004-12-31 16:30:04 UTC (rev 12637)
@@ -0,0 +1,19 @@
+# $Id: Makefile.ros-template 11910 2004-12-03 23:37:44Z blight $
+
+TARGET_NAME = urlmon
+
+TARGET_OBJECTS = @C_SRCS@
+
+TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__
+
+TARGET_SDKLIBS = @IMPORTS@ wine.a wine_uuid.a ntdll.a wininet.a
+
+TARGET_BASE = $(TARGET_BASE_LIB_RICHEDIT)
+
+TARGET_NORC = yes
+
+default: all
+
+DEP_OBJECTS = $(TARGET_OBJECTS)
+
+include $(TOOLS_PATH)/depend.mk