mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
- Remove build generated files from CVS.
svn path=/trunk/; revision=10355
This commit is contained in:
parent
d6ee3ac209
commit
5efcf7ad5c
8 changed files with 4 additions and 52 deletions
|
@ -7,3 +7,5 @@
|
|||
*.map
|
||||
*.tmp
|
||||
temp.exp
|
||||
midimap.spec.def
|
||||
Makefile.ros
|
||||
|
|
|
@ -1,21 +0,0 @@
|
|||
# $Id: Makefile.ros,v 1.1 2004/03/10 15:22:44 silverblade Exp $
|
||||
|
||||
TARGET_NAME = midimap
|
||||
|
||||
TARGET_OBJECTS = midimap.o
|
||||
|
||||
TARGET_CFLAGS = -D__REACTOS__
|
||||
|
||||
TARGET_SDKLIBS = winmm.a libwine.a ws2_32.a wine_uuid.a ntdll.a
|
||||
|
||||
TARGET_BASE = 0x77300000
|
||||
|
||||
TARGET_RC_SRCS = midimap.rc
|
||||
TARGET_RC_BINSRC = midimap.rc
|
||||
TARGET_RC_BINARIES =
|
||||
|
||||
default: all
|
||||
|
||||
DEP_OBJECTS = $(TARGET_OBJECTS)
|
||||
|
||||
include $(TOOLS_PATH)/depend.mk
|
|
@ -1,2 +0,0 @@
|
|||
@ stdcall DriverProc(long long long long long) MIDIMAP_DriverProc
|
||||
@ stdcall modMessage(long long long long long) MIDIMAP_modMessage
|
|
@ -7,3 +7,5 @@
|
|||
*.map
|
||||
*.tmp
|
||||
temp.exp
|
||||
wavemap.spec.def
|
||||
Makefile.ros
|
||||
|
|
|
@ -1,21 +0,0 @@
|
|||
# $Id: Makefile.ros,v 1.1 2004/03/10 15:22:45 silverblade Exp $
|
||||
|
||||
TARGET_NAME = wavemap
|
||||
|
||||
TARGET_OBJECTS = wavemap.o
|
||||
|
||||
TARGET_CFLAGS = -D__REACTOS__
|
||||
|
||||
TARGET_SDKLIBS = winmm.a libwine.a ws2_32.a wine_uuid.a ntdll.a msacm32.a
|
||||
|
||||
TARGET_BASE = 0x77300000
|
||||
|
||||
TARGET_RC_SRCS = wavemap.rc
|
||||
TARGET_RC_BINSRC = wavemap.rc
|
||||
TARGET_RC_BINARIES =
|
||||
|
||||
default: all
|
||||
|
||||
DEP_OBJECTS = $(TARGET_OBJECTS)
|
||||
|
||||
include $(TOOLS_PATH)/depend.mk
|
|
@ -1,3 +0,0 @@
|
|||
@ stdcall DriverProc(long long long long long) WAVEMAP_DriverProc
|
||||
@ stdcall widMessage(long long long long long) WAVEMAP_widMessage
|
||||
@ stdcall wodMessage(long long long long long) WAVEMAP_wodMessage
|
|
@ -1,3 +0,0 @@
|
|||
@ stdcall DriverProc(long long long long long) WAVEMAP_DriverProc
|
||||
@ stdcall widMessage(long long long long long) WAVEMAP_widMessage
|
||||
@ stdcall wodMessage(long long long long long) WAVEMAP_wodMessage
|
|
@ -1,2 +0,0 @@
|
|||
@ stdcall DriverProc(long long long long long) MIDIMAP_DriverProc
|
||||
@ stdcall modMessage(long long long long long) MIDIMAP_modMessage
|
Loading…
Reference in a new issue