Import and merge Wine-20041201 Added: trunk/reactos/lib/oledlg/ Added: trunk/reactos/lib/oledlg/Makefile.ros-template Added: trunk/reactos/lib/oledlg/makefile _____
Copied: trunk/reactos/lib/oledlg (from rev 12582, vendor/wine/dlls/oledlg/current) _____
Added: trunk/reactos/lib/oledlg/Makefile.ros-template --- vendor/wine/dlls/oledlg/current/Makefile.ros-template 2004-12-31 15:34:15 UTC (rev 12582) +++ trunk/reactos/lib/oledlg/Makefile.ros-template 2004-12-31 15:35:07 UTC (rev 12583) @@ -0,0 +1,21 @@
+# $Id: Makefile.ros-template 11910 2004-12-03 23:37:44Z blight $ + +TARGET_NAME = oledlg + +TARGET_OBJECTS = @C_SRCS@ + +TARGET_CFLAGS = @EXTRADEFS@ + +TARGET_SDKLIBS = @IMPORTS@ wine.a wine_uuid.a ntdll.a + +TARGET_BASE = $(TARGET_BASE_LIB_OLEDLG) + +TARGET_RC_SRCS = @RC_SRCS@ +TARGET_RC_BINSRC = @RC_BINSRC@ +TARGET_RC_BINARIES = @RC_BINARIES@ + +default: all + +DEP_OBJECTS = $(TARGET_OBJECTS) + +include $(TOOLS_PATH)/depend.mk _____
Added: trunk/reactos/lib/oledlg/makefile --- vendor/wine/dlls/oledlg/current/makefile 2004-12-31 15:34:15 UTC (rev 12582) +++ trunk/reactos/lib/oledlg/makefile 2004-12-31 15:35:07 UTC (rev 12583) @@ -0,0 +1,9 @@
+# $Id: makefile 7619 2004-01-14 01:55:00Z sedwards $ + +PATH_TO_TOP = ../.. + +TARGET_TYPE = winedll + +include $(PATH_TO_TOP)/rules.mak + +include $(TOOLS_PATH)/helper.mk