From d5937126814bfb29bc95e2e939db9254f443b588 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Sun, 29 May 2005 01:04:44 +0000 Subject: [PATCH] =?UTF-8?q?remove=20some=20ros-temp=C3=B6ate=20from=20old?= =?UTF-8?q?=20building=20system?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/trunk/; revision=15649 --- reactos/lib/comdlg32/Makefile.ros-template | 20 -------------- reactos/lib/dbghelp/Makefile.ros-template | 21 --------------- reactos/lib/devenum/Makefile.ros-template | 29 -------------------- reactos/lib/dinput/Makefile.ros-template | 30 --------------------- reactos/lib/dinput8/Makefile.ros-template | 30 --------------------- reactos/lib/dxdiagn/Makefile.ros-template | 31 ---------------------- reactos/lib/midimap/Makefile.ros-template | 23 ---------------- reactos/lib/mpr/Makefile.ros-template | 17 ------------ 8 files changed, 201 deletions(-) delete mode 100644 reactos/lib/comdlg32/Makefile.ros-template delete mode 100644 reactos/lib/dbghelp/Makefile.ros-template delete mode 100644 reactos/lib/devenum/Makefile.ros-template delete mode 100644 reactos/lib/dinput/Makefile.ros-template delete mode 100644 reactos/lib/dinput8/Makefile.ros-template delete mode 100644 reactos/lib/dxdiagn/Makefile.ros-template delete mode 100644 reactos/lib/midimap/Makefile.ros-template delete mode 100644 reactos/lib/mpr/Makefile.ros-template diff --git a/reactos/lib/comdlg32/Makefile.ros-template b/reactos/lib/comdlg32/Makefile.ros-template deleted file mode 100644 index 9e7bcbb5409..00000000000 --- a/reactos/lib/comdlg32/Makefile.ros-template +++ /dev/null @@ -1,20 +0,0 @@ - -TARGET_NAME = comdlg32 - -TARGET_OBJECTS = @C_SRCS@ - -TARGET_CFLAGS = -D__REACTOS__ @EXTRADEFS@ - -TARGET_SDKLIBS = @IMPORTS@ wine.a wine_uuid.a ntdll.a winspool.a - -TARGET_BASE = $(TARGET_BASE_LIB_COMDLG32) - -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 diff --git a/reactos/lib/dbghelp/Makefile.ros-template b/reactos/lib/dbghelp/Makefile.ros-template deleted file mode 100644 index 749afcbda9d..00000000000 --- a/reactos/lib/dbghelp/Makefile.ros-template +++ /dev/null @@ -1,21 +0,0 @@ -# $Id$ - -TARGET_NAME = dbghelp - -TARGET_OBJECTS = @C_SRCS@ - -TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__ - -TARGET_SDKLIBS = @IMPORTS@ wine.a pseh.a ntdll.a - -TARGET_BASE = $(TARGET_BASE_LIB_COMCTL32) - -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 diff --git a/reactos/lib/devenum/Makefile.ros-template b/reactos/lib/devenum/Makefile.ros-template deleted file mode 100644 index 800a8935fb4..00000000000 --- a/reactos/lib/devenum/Makefile.ros-template +++ /dev/null @@ -1,29 +0,0 @@ -# $Id$ - -TARGET_NAME = devenum - -TARGET_OBJECTS = @C_SRCS@ - -TARGET_CFLAGS = @EXTRADEFS@ -DNONAMLESSUNION -D__REACTOS__ - -TARGET_SDKLIBS = wine.a @IMPORTS@ ole32.a wine_uuid.a ntdll.a dxguid.a strmiids.a - - -TARGET_BASE = $(TARGET_BASE_LIB_DEVENUM) - -TARGET_RC_SRCS = @RC_SRCS@ -TARGET_RC_BINSRC = @RC_BINSRC@ -TARGET_RC_BINARIES = @RC_BINARIES@ - -default: all - -authors.c: -ifeq ($(HOST),mingw32-linux) - echo 'const char * const SHELL_Authors[] = { "WINE team", "ReactOS team", 0 };' > authors.c -else - echo const char * const SHELL_Authors[] = { "WINE team", "ReactOS team", 0 }; > authors.c -endif - -DEP_OBJECTS = $(TARGET_OBJECTS) - -include $(TOOLS_PATH)/depend.mk diff --git a/reactos/lib/dinput/Makefile.ros-template b/reactos/lib/dinput/Makefile.ros-template deleted file mode 100644 index d975492e90a..00000000000 --- a/reactos/lib/dinput/Makefile.ros-template +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: Makefile.ros-template 12238 2004-12-20 00:53:54Z greatlrd $ - -TARGET_NAME = dinput - -TARGET_BASE = $(TARGET_BASE_LIB_DINPUT) - -TARGET_OBJECTS = @C_SRCS@ - -TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__ - -TARGET_SDKLIBS = wine.a @IMPORTS@ ole32.a wine_uuid.a ntdll.a winmm.a dxguid.a - - - -TARGET_RC_SRCS = @RC_SRCS@ -TARGET_RC_BINSRC = @RC_BINSRC@ -TARGET_RC_BINARIES = @RC_BINARIES@ - -default: all - -authors.c: -ifeq ($(HOST),mingw32-linux) - echo 'const char * const SHELL_Authors[] = { "WINE team", "ReactOS team", 0 };' > authors.c -else - echo const char * const SHELL_Authors[] = { "WINE team", "ReactOS team", 0 }; > authors.c -endif - -DEP_OBJECTS = $(TARGET_OBJECTS) - -include $(TOOLS_PATH)/depend.mk diff --git a/reactos/lib/dinput8/Makefile.ros-template b/reactos/lib/dinput8/Makefile.ros-template deleted file mode 100644 index bcfc47efd9e..00000000000 --- a/reactos/lib/dinput8/Makefile.ros-template +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: Makefile.ros-template 12241 2004-12-20 00:57:38Z greatlrd $ - -TARGET_NAME = dinput8 - -TARGET_BASE = $(TARGET_BASE_LIB_DINPUT8) - -TARGET_OBJECTS = @C_SRCS@ - -TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__ - -TARGET_SDKLIBS = wine.a @IMPORTS@ ole32.a wine_uuid.a ntdll.a winmm.a dxguid.a - - - -TARGET_RC_SRCS = @RC_SRCS@ -TARGET_RC_BINSRC = @RC_BINSRC@ -TARGET_RC_BINARIES = @RC_BINARIES@ - -default: all - -authors.c: -ifeq ($(HOST),mingw32-linux) - echo 'const char * const SHELL_Authors[] = { "WINE team", "ReactOS team", 0 };' > authors.c -else - echo const char * const SHELL_Authors[] = { "WINE team", "ReactOS team", 0 }; > authors.c -endif - -DEP_OBJECTS = $(TARGET_OBJECTS) - -include $(TOOLS_PATH)/depend.mk diff --git a/reactos/lib/dxdiagn/Makefile.ros-template b/reactos/lib/dxdiagn/Makefile.ros-template deleted file mode 100644 index 86ef92886eb..00000000000 --- a/reactos/lib/dxdiagn/Makefile.ros-template +++ /dev/null @@ -1,31 +0,0 @@ -# $Id$ - -TARGET_NAME = dxdiagn - -TARGET_BASE = $(TARGET_BASE_LIB_DXDIAGN) - -TARGET_OBJECTS = @C_SRCS@ - -TARGET_CFLAGS = @EXTRADEFS@ -DNONAMLESSUNION -D__REACTOS__ -Wno-error - -TARGET_SDKLIBS = wine.a @IMPORTS@ ole32.a wine_uuid.a ntdll.a dxguid.a strmiids.a - - -TARGET_BASE = $(TARGET_BASE_LIB_DSOUND) - -TARGET_RC_SRCS = @RC_SRCS@ -TARGET_RC_BINSRC = @RC_BINSRC@ -TARGET_RC_BINARIES = @RC_BINARIES@ - -default: all - -authors.c: -ifeq ($(HOST),mingw32-linux) - echo 'const char * const SHELL_Authors[] = { "WINE team", "ReactOS team", 0 };' > authors.c -else - echo const char * const SHELL_Authors[] = { "WINE team", "ReactOS team", 0 }; > authors.c -endif - -DEP_OBJECTS = $(TARGET_OBJECTS) - -include $(TOOLS_PATH)/depend.mk diff --git a/reactos/lib/midimap/Makefile.ros-template b/reactos/lib/midimap/Makefile.ros-template deleted file mode 100644 index 8ee87ffa884..00000000000 --- a/reactos/lib/midimap/Makefile.ros-template +++ /dev/null @@ -1,23 +0,0 @@ -# $Id$ - -TARGET_NAME = midimap - -TARGET_OBJECTS = @C_SRCS@ - -TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__ - -TARGET_SDKLIBS = @IMPORTS@ winmm.a wine.a wine_uuid.a ntdll.a - -TARGET_BASE = $(TARGET_LIB_BASE_MIDIMAP) - -TARGET_RC_SRCS = @RC_SRCS@ -TARGET_RC_BINSRC = @RC_BINSRC@ -TARGET_RC_BINARIES = @RC_BINARIES@ - -TARGET_EXTENSION = .dll - -default: all - -DEP_OBJECTS = $(TARGET_OBJECTS) - -include $(TOOLS_PATH)/depend.mk diff --git a/reactos/lib/mpr/Makefile.ros-template b/reactos/lib/mpr/Makefile.ros-template deleted file mode 100644 index 27a0d91ebcf..00000000000 --- a/reactos/lib/mpr/Makefile.ros-template +++ /dev/null @@ -1,17 +0,0 @@ -# $Id: Makefile.ros-template 11910 2004-12-03 23:37:44Z blight $ - -TARGET_NAME = mpr - -TARGET_OBJECTS = @C_SRCS@ - -TARGET_CFLAGS = -D__REACTOS__ - -TARGET_SDKLIBS = @IMPORTS@ kernel32.a wine.a ntdll.a - -TARGET_BASE = $(TARGET_BASE_LIB_MPR) - -default: all - -DEP_OBJECTS = $(TARGET_OBJECTS) - -include $(TOOLS_PATH)/depend.mk