mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Fix building of MidiMap and WaveMap audio drivers.
svn path=/trunk/; revision=10357
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user