get rid of the obsolete Makefile.ros-template files Deleted: trunk/reactos/lib/icmp/Makefile.ros-template Deleted: trunk/reactos/lib/iphlpapi/Makefile.ros-template Deleted: trunk/reactos/lib/msacm/Makefile.ros-template Deleted: trunk/reactos/lib/msi/Makefile.ros-template Deleted: trunk/reactos/lib/msimg32/Makefile.ros-template Deleted: trunk/reactos/lib/odbc32/Makefile.ros-template Deleted: trunk/reactos/lib/oledlg/Makefile.ros-template Deleted: trunk/reactos/lib/wininet/Makefile.ros-template _____
Deleted: trunk/reactos/lib/icmp/Makefile.ros-template --- trunk/reactos/lib/icmp/Makefile.ros-template 2005-07-04 00:30:23 UTC (rev 16404) +++ trunk/reactos/lib/icmp/Makefile.ros-template 2005-07-04 09:46:50 UTC (rev 16405) @@ -1,21 +0,0 @@
-# $Id: Makefile.ros-template 11910 2004-12-03 23:37:44Z blight $ - -TARGET_NAME = icmp - -TARGET_OBJECTS = @C_SRCS@ - -TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__ - -TARGET_SDKLIBS = @IMPORTS@ ws2_32.a wine.a wine_uuid.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/iphlpapi/Makefile.ros-template --- trunk/reactos/lib/iphlpapi/Makefile.ros-template 2005-07-04 00:30:23 UTC (rev 16404) +++ trunk/reactos/lib/iphlpapi/Makefile.ros-template 2005-07-04 09:46:50 UTC (rev 16405) @@ -1,21 +0,0 @@
-# $Id$ - -TARGET_NAME = iphlpapi - -TARGET_OBJECTS = @C_SRCS@ - -TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__ - -TARGET_SDKLIBS = @IMPORTS@ wine.a advapi32.a kernel32.a ws2_32.a wine_uuid.a ntdll.a rtl.a - -TARGET_BASE = $(TARGET_BASE_LIB_IPHLPAPI) - -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/msacm/Makefile.ros-template --- trunk/reactos/lib/msacm/Makefile.ros-template 2005-07-04 00:30:23 UTC (rev 16404) +++ trunk/reactos/lib/msacm/Makefile.ros-template 2005-07-04 09:46:50 UTC (rev 16405) @@ -1,21 +0,0 @@
-# $Id$ - -TARGET_NAME = msacm32 - -TARGET_OBJECTS = @C_SRCS@ - -TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__ - -TARGET_SDKLIBS = @IMPORTS@ ntdll.a wine.a - -TARGET_BASE = $(TARGET_BASE_LIB_MSACM) - -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/msi/Makefile.ros-template --- trunk/reactos/lib/msi/Makefile.ros-template 2005-07-04 00:30:23 UTC (rev 16404) +++ trunk/reactos/lib/msi/Makefile.ros-template 2005-07-04 09:46:50 UTC (rev 16405) @@ -1,39 +0,0 @@
-# $Id: Makefile.ros-template - -TARGET_NAME = msi - -TARGET_OBJECTS = @C_SRCS@ @EXTRA_OBJS@ - -TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__ - -TARGET_SDKLIBS = @IMPORTS@ winmm.a wine.a wine_uuid.a ntdll.a - -TARGET_BASE = $(TARGET_BASE_LIB_WINMM) - -TARGET_RC_SRCS = @RC_SRCS@ -TARGET_RC_BINSRC = @RC_BINSRC@ -TARGET_RC_BINARIES = @RC_BINARIES@ - -#TARGET_CLEAN = *.tab.c *.tab.h - -default: all - -DEP_OBJECTS = $(TARGET_OBJECTS) - -include $(TOOLS_PATH)/depend.mk - -# -# Optional use of bison, this will allow independent building from -# Wine. -# -# Bison is requiered for building msi.dll. If MingW32 for windows, -# download bison from http://gnuwin32.sourceforge.net/ -# Make sure bison.exe is placed in your command path for execution. -# -# - -#sql.tab.c sql.tab.h: sql.y -# bison -p SQL_ -d ./sql.y -o sql.tab.c - -#cond.tab.c cond.tab.h: cond.y -# bison -p COND_ -d ./cond.y -o cond.tab.c _____
Deleted: trunk/reactos/lib/msimg32/Makefile.ros-template --- trunk/reactos/lib/msimg32/Makefile.ros-template 2005-07-04 00:30:23 UTC (rev 16404) +++ trunk/reactos/lib/msimg32/Makefile.ros-template 2005-07-04 09:46:50 UTC (rev 16405) @@ -1,17 +0,0 @@
-TARGET_NAME = msimg32 - -TARGET_OBJECTS = @C_SRCS@ - -TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__ - -TARGET_SDKLIBS = @IMPORTS@ ntdll.a - -TARGET_BASE = $(TARGET_BASE_LIB_MSIMG32) - -TARGET_NORC = yes - -default: all - -DEP_OBJECTS = $(TARGET_OBJECTS) - -include $(TOOLS_PATH)/depend.mk _____
Deleted: trunk/reactos/lib/odbc32/Makefile.ros-template --- trunk/reactos/lib/odbc32/Makefile.ros-template 2005-07-04 00:30:23 UTC (rev 16404) +++ trunk/reactos/lib/odbc32/Makefile.ros-template 2005-07-04 09:46:50 UTC (rev 16405) @@ -1,21 +0,0 @@
-# $Id$ - -TARGET_NAME = odbc32 - -TARGET_OBJECTS = @C_SRCS@ - -TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__ -D__WINESRC__ - -TARGET_SDKLIBS = @IMPORTS@ wine.a ntdll.a - -TARGET_BASE = $(TARGET_BASE_LIB_ODBC32) - -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/oledlg/Makefile.ros-template --- trunk/reactos/lib/oledlg/Makefile.ros-template 2005-07-04 00:30:23 UTC (rev 16404) +++ trunk/reactos/lib/oledlg/Makefile.ros-template 2005-07-04 09:46:50 UTC (rev 16405) @@ -1,21 +0,0 @@
-# $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 _____
Deleted: trunk/reactos/lib/wininet/Makefile.ros-template --- trunk/reactos/lib/wininet/Makefile.ros-template 2005-07-04 00:30:23 UTC (rev 16404) +++ trunk/reactos/lib/wininet/Makefile.ros-template 2005-07-04 09:46:50 UTC (rev 16405) @@ -1,21 +0,0 @@
-# $Id: Makefile.ros-template 11910 2004-12-03 23:37:44Z blight $ - -TARGET_NAME = wininet - -TARGET_OBJECTS = @C_SRCS@ - -TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__ - -TARGET_SDKLIBS = @IMPORTS@ wine.a wine_uuid.a ntdll.a ws2_32.a - -TARGET_BASE = $(TARGET_BASE_LIB_WININET) - -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