wine/multimedia/Makefile.in
Eric Pouech c11b167f62 Added support for MCI AVI driver
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
1999-02-13 12:38:09 +00:00

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: