remove some ros-tempöate from old building system
Deleted: trunk/reactos/lib/comdlg32/Makefile.ros-template
Deleted: trunk/reactos/lib/dbghelp/Makefile.ros-template
Deleted: trunk/reactos/lib/devenum/Makefile.ros-template
Deleted: trunk/reactos/lib/dinput/Makefile.ros-template
Deleted: trunk/reactos/lib/dinput8/Makefile.ros-template
Deleted: trunk/reactos/lib/dxdiagn/Makefile.ros-template
Deleted: trunk/reactos/lib/midimap/Makefile.ros-template
Deleted: trunk/reactos/lib/mpr/Makefile.ros-template

Deleted: trunk/reactos/lib/comdlg32/Makefile.ros-template
--- trunk/reactos/lib/comdlg32/Makefile.ros-template	2005-05-29 00:04:41 UTC (rev 15648)
+++ trunk/reactos/lib/comdlg32/Makefile.ros-template	2005-05-29 01:04:44 UTC (rev 15649)
@@ -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

Deleted: trunk/reactos/lib/dbghelp/Makefile.ros-template
--- trunk/reactos/lib/dbghelp/Makefile.ros-template	2005-05-29 00:04:41 UTC (rev 15648)
+++ trunk/reactos/lib/dbghelp/Makefile.ros-template	2005-05-29 01:04:44 UTC (rev 15649)
@@ -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

Deleted: trunk/reactos/lib/devenum/Makefile.ros-template
--- trunk/reactos/lib/devenum/Makefile.ros-template	2005-05-29 00:04:41 UTC (rev 15648)
+++ trunk/reactos/lib/devenum/Makefile.ros-template	2005-05-29 01:04:44 UTC (rev 15649)
@@ -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

Deleted: trunk/reactos/lib/dinput/Makefile.ros-template
--- trunk/reactos/lib/dinput/Makefile.ros-template	2005-05-29 00:04:41 UTC (rev 15648)
+++ trunk/reactos/lib/dinput/Makefile.ros-template	2005-05-29 01:04:44 UTC (rev 15649)
@@ -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

Deleted: trunk/reactos/lib/dinput8/Makefile.ros-template
--- trunk/reactos/lib/dinput8/Makefile.ros-template	2005-05-29 00:04:41 UTC (rev 15648)
+++ trunk/reactos/lib/dinput8/Makefile.ros-template	2005-05-29 01:04:44 UTC (rev 15649)
@@ -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

Deleted: trunk/reactos/lib/dxdiagn/Makefile.ros-template
--- trunk/reactos/lib/dxdiagn/Makefile.ros-template	2005-05-29 00:04:41 UTC (rev 15648)
+++ trunk/reactos/lib/dxdiagn/Makefile.ros-template	2005-05-29 01:04:44 UTC (rev 15649)
@@ -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

Deleted: trunk/reactos/lib/midimap/Makefile.ros-template
--- trunk/reactos/lib/midimap/Makefile.ros-template	2005-05-29 00:04:41 UTC (rev 15648)
+++ trunk/reactos/lib/midimap/Makefile.ros-template	2005-05-29 01:04:44 UTC (rev 15649)
@@ -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

Deleted: trunk/reactos/lib/mpr/Makefile.ros-template
--- trunk/reactos/lib/mpr/Makefile.ros-template	2005-05-29 00:04:41 UTC (rev 15648)
+++ trunk/reactos/lib/mpr/Makefile.ros-template	2005-05-29 01:04:44 UTC (rev 15649)
@@ -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