mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 17:05:45 +00:00
- Update .cvsignore files.
- Remove makefile.ros files from CVS. svn path=/trunk/; revision=11937
This commit is contained in:
parent
a40265b10e
commit
245bf5efa5
5 changed files with 23 additions and 56 deletions
11
reactos/lib/dinput/.cvsignore
Normal file
11
reactos/lib/dinput/.cvsignore
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
*.coff
|
||||||
|
*.dll
|
||||||
|
*.d
|
||||||
|
*.a
|
||||||
|
*.o
|
||||||
|
*.sym
|
||||||
|
*.map
|
||||||
|
*.tmp
|
||||||
|
Makefile.ros
|
||||||
|
dinput.spec.def
|
||||||
|
dinput.stubs.c
|
|
@ -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
|
|
11
reactos/lib/dinput8/.cvsignore
Normal file
11
reactos/lib/dinput8/.cvsignore
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
*.coff
|
||||||
|
*.dll
|
||||||
|
*.d
|
||||||
|
*.a
|
||||||
|
*.o
|
||||||
|
*.sym
|
||||||
|
*.map
|
||||||
|
*.tmp
|
||||||
|
Makefile.ros
|
||||||
|
dinput8.spec.def
|
||||||
|
dinput8.stubs.c
|
|
@ -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
|
|
|
@ -8,4 +8,5 @@
|
||||||
*.tmp
|
*.tmp
|
||||||
temp.exp
|
temp.exp
|
||||||
midimap.spec.def
|
midimap.spec.def
|
||||||
|
midimap.stubs.c
|
||||||
Makefile.ros
|
Makefile.ros
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue