Commit in reactos/lib on MAIN
midimap/.cvsignore+11.1 -> 1.2
dinput8/.cvsignore+11added 1.1
       /Makefile.ros-281.2 removed
dinput/.cvsignore+11added 1.1
      /Makefile.ros-281.2 removed
+23-56
2 added + 2 removed + 1 modified, total 5 files
- Update .cvsignore files.
- Remove makefile.ros files from CVS.

reactos/lib/midimap
.cvsignore 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 Nov 2004 14:52:52 -0000	1.1
+++ .cvsignore	5 Dec 2004 00:40:27 -0000	1.2
@@ -8,4 +8,5 @@
 *.tmp
 temp.exp
 midimap.spec.def
+midimap.stubs.c
 Makefile.ros

reactos/lib/dinput8
.cvsignore added at 1.1
diff -N .cvsignore
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ .cvsignore	5 Dec 2004 00:40:28 -0000	1.1
@@ -0,0 +1,11 @@
+*.coff
+*.dll
+*.d
+*.a
+*.o
+*.sym
+*.map
+*.tmp
+Makefile.ros
+dinput8.spec.def
+dinput8.stubs.c

reactos/lib/dinput8
Makefile.ros removed after 1.2
diff -N Makefile.ros
--- Makefile.ros	3 Dec 2004 23:37:40 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,28 +0,0 @@
-# $Id: Makefile.ros,v 1.2 2004/12/03 23:37:40 blight Exp $
-
-TARGET_NAME = dinput8
-
-TARGET_OBJECTS = dinput8_main.o
-
-TARGET_CFLAGS =  -D__REACTOS__
-
-TARGET_SDKLIBS = wine.a dinput.a ole32.a wine_uuid.a ntdll.a  winmm.a dxguid.a
-
-
-
-TARGET_RC_SRCS = version.rc
-TARGET_RC_BINSRC = 
-TARGET_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

reactos/lib/dinput
.cvsignore added at 1.1
diff -N .cvsignore
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ .cvsignore	5 Dec 2004 00:40:28 -0000	1.1
@@ -0,0 +1,11 @@
+*.coff
+*.dll
+*.d
+*.a
+*.o
+*.sym
+*.map
+*.tmp
+Makefile.ros
+dinput.spec.def
+dinput.stubs.c

reactos/lib/dinput
Makefile.ros removed after 1.2
diff -N Makefile.ros
--- Makefile.ros	3 Dec 2004 23:37:40 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,28 +0,0 @@
-# $Id: Makefile.ros,v 1.2 2004/12/03 23:37:40 blight Exp $
-
-TARGET_NAME = dinput
-
-TARGET_OBJECTS = data_formats.o device.o dinput_main.o joystick_linux.o joystick_linuxinput.o keyboard.o mouse.o regsvr.o
-
-TARGET_CFLAGS =  -D__REACTOS__
-
-TARGET_SDKLIBS = wine.a ole32.a user32.a advapi32.a kernel32.a ole32.a wine_uuid.a ntdll.a  winmm.a dxguid.a
-
-
-
-TARGET_RC_SRCS = version.rc
-TARGET_RC_BINSRC = 
-TARGET_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
CVSspam 0.2.8