mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
- Fix building of MidiMap and WaveMap audio drivers.
svn path=/trunk/; revision=10357
This commit is contained in:
parent
da6bb56348
commit
16ac657bde
4 changed files with 11 additions and 4 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
3
reactos/lib/winmm/wavemap/msacm.spec
Normal file
3
reactos/lib/winmm/wavemap/msacm.spec
Normal 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
|
Loading…
Reference in a new issue