- Update .cvsignore files.

- Remove makefile.ros files from CVS.

svn path=/trunk/; revision=11937
This commit is contained in:
Filip Navara 2004-12-05 00:40:28 +00:00
parent a40265b10e
commit 245bf5efa5
5 changed files with 23 additions and 56 deletions

View file

@ -0,0 +1,11 @@
*.coff
*.dll
*.d
*.a
*.o
*.sym
*.map
*.tmp
Makefile.ros
dinput.spec.def
dinput.stubs.c

View file

@ -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

View file

@ -0,0 +1,11 @@
*.coff
*.dll
*.d
*.a
*.o
*.sym
*.map
*.tmp
Makefile.ros
dinput8.spec.def
dinput8.stubs.c

View file

@ -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

View file

@ -8,4 +8,5 @@
*.tmp *.tmp
temp.exp temp.exp
midimap.spec.def midimap.spec.def
midimap.stubs.c
Makefile.ros Makefile.ros