- Fix building of MidiMap and WaveMap audio drivers.

svn path=/trunk/; revision=10357
This commit is contained in:
Filip Navara 2004-08-02 14:58:59 +00:00
parent da6bb56348
commit 16ac657bde
4 changed files with 11 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# $Id: Makefile.ros-template,v 1.1 2004/03/10 15:22:44 silverblade Exp $
# $Id: Makefile.ros-template,v 1.2 2004/08/02 14:58:59 navaraf Exp $
TARGET_NAME = midimap
@ -14,6 +14,8 @@ TARGET_RC_SRCS = @RC_SRCS@
TARGET_RC_BINSRC = @RC_BINSRC@
TARGET_RC_BINARIES = @RC_BINARIES@
TARGET_EXTENSION = .drv
default: all
DEP_OBJECTS = $(TARGET_OBJECTS)

View file

@ -1,6 +1,6 @@
# $Id: Makefile.ros-template,v 1.1 2004/03/10 15:22:45 silverblade Exp $
# $Id: Makefile.ros-template,v 1.2 2004/08/02 14:58:59 navaraf Exp $
TARGET_NAME = midimap
TARGET_NAME = msacm
TARGET_OBJECTS = @C_SRCS@
@ -10,10 +10,12 @@ TARGET_SDKLIBS = @IMPORTS@ winmm.a libwine.a wine_uuid.a ntdll.a
TARGET_BASE = 0x76160000
TARGET_RC_SRCS = @RC_SRCS@
TARGET_RC_SRCS = wavemap.rc
TARGET_RC_BINSRC = @RC_BINSRC@
TARGET_RC_BINARIES = @RC_BINARIES@
TARGET_EXTENSION = .drv
default: all
DEP_OBJECTS = $(TARGET_OBJECTS)

View file

@ -0,0 +1,3 @@
@ 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