mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
c11b167f62
Added some fixes mixer functions Fixed MCI string comparison (thanks to Lionel ULMER) No longer using 16 bit USER functions (use their 32 bit counter part) Reindenting. Added function sndPlaySound32W
34 lines
430 B
Makefile
34 lines
430 B
Makefile
DEFS = @DLLFLAGS@ -D__WINE__
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = multimedia
|
|
|
|
C_SRCS = \
|
|
audio.c \
|
|
dplay.c \
|
|
dsound.c \
|
|
init.c \
|
|
joystick.c \
|
|
mcianim.c \
|
|
mciavi.c \
|
|
mcicda.c \
|
|
mcimidi.c \
|
|
mcistring.c \
|
|
mciwave.c \
|
|
midi.c \
|
|
midipatch.c \
|
|
mixer.c \
|
|
mmaux.c \
|
|
mmio.c \
|
|
mmsystem.c \
|
|
msvideo.c \
|
|
time.c
|
|
|
|
all: $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
### Dependencies:
|