From 4f12cc2e75eee727f3486171bac34129b3ed1009 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Wed, 25 Feb 2004 22:34:57 +0000 Subject: [PATCH] Removed Makefile.ros as it is autogenerated. svn path=/trunk/; revision=8385 --- reactos/lib/odbc32/.cvsignore | 1 + reactos/lib/odbc32/Makefile.ros | 21 --------------------- reactos/lib/winmm/.cvsignore | 1 + reactos/lib/winmm/Makefile.ros | 21 --------------------- 4 files changed, 2 insertions(+), 42 deletions(-) delete mode 100644 reactos/lib/odbc32/Makefile.ros delete mode 100644 reactos/lib/winmm/Makefile.ros diff --git a/reactos/lib/odbc32/.cvsignore b/reactos/lib/odbc32/.cvsignore index d5bf780c608..d121dbaa519 100644 --- a/reactos/lib/odbc32/.cvsignore +++ b/reactos/lib/odbc32/.cvsignore @@ -1,3 +1,4 @@ +Makefile.ros odbc32.dll.dbg.c odbc32.spec.c odbc32.spec.def diff --git a/reactos/lib/odbc32/Makefile.ros b/reactos/lib/odbc32/Makefile.ros deleted file mode 100644 index ba9d8d30902..00000000000 --- a/reactos/lib/odbc32/Makefile.ros +++ /dev/null @@ -1,21 +0,0 @@ -# $Id: Makefile.ros,v 1.1 2004/02/25 20:09:39 sedwards Exp $ - -TARGET_NAME = odbc32 - -TARGET_OBJECTS = proxyodbc.o - -TARGET_CFLAGS = -D__REACTOS__ -D__WINESRC__ - -TARGET_SDKLIBS = kernel32.a libwine.a ntdll.a - -TARGET_BASE = 0x76660000 - -TARGET_RC_SRCS = -TARGET_RC_BINSRC = -TARGET_RC_BINARIES = - -default: all - -DEP_OBJECTS = $(TARGET_OBJECTS) - -include $(TOOLS_PATH)/depend.mk diff --git a/reactos/lib/winmm/.cvsignore b/reactos/lib/winmm/.cvsignore index b37e844ff3e..1e1bd93e31e 100644 --- a/reactos/lib/winmm/.cvsignore +++ b/reactos/lib/winmm/.cvsignore @@ -1,3 +1,4 @@ +Makefile.ros *.coff *.dll *.o diff --git a/reactos/lib/winmm/Makefile.ros b/reactos/lib/winmm/Makefile.ros deleted file mode 100644 index 83748808560..00000000000 --- a/reactos/lib/winmm/Makefile.ros +++ /dev/null @@ -1,21 +0,0 @@ -# $Id: Makefile.ros,v 1.1 2004/02/25 20:00:41 sedwards Exp $ - -TARGET_NAME = winmm - -TARGET_OBJECTS = driver.o joystick.o lolvldrv.o mci.o mmio.o playsound.o time.o winmm.o - -TARGET_CFLAGS = -D_WINMM_ -D__REACTOS__ - -TARGET_SDKLIBS = user32.a advapi32.a kernel32.a ntdll.a libwine.a wine_uuid.a ntdll.a - -TARGET_BASE = 0x76160000 - -TARGET_RC_SRCS = winmm_res.rc -TARGET_RC_BINSRC = -TARGET_RC_BINARIES = - -default: all - -DEP_OBJECTS = $(TARGET_OBJECTS) - -include $(TOOLS_PATH)/depend.mk