wine/dlls/dmime/Makefile.in
Raphael Junqueira 106e13ab09 - Add the same new files (dmutils.c/dmutils.h) into dmime,dmband and
dmstyle directory that share the debug and helper functions for dmusic
  dlls (as Rok's idea for dmloader).
- Use new helpers functions to load References on
  IDirectMusicSegTriggerTrack loading (currently they leak).
- IDirectMusicStyle (almost partial) loading.
- Minor fixes.
2004-05-14 04:57:02 +00:00

35 lines
560 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = dmime.dll
IMPORTS = dsound winmm ole32 user32 advapi32 kernel32
EXTRALIBS = -ldxguid -luuid
C_SRCS = \
audiopath.c \
dmime_main.c \
dmutils.c \
graph.c \
lyricstrack.c \
markertrack.c \
paramcontroltrack.c \
patterntrack.c \
performance.c \
regsvr.c \
segment.c \
segmentstate.c \
segtriggertrack.c \
seqtrack.c \
sysextrack.c \
tempotrack.c \
timesigtrack.c \
tool.c \
wavetrack.c
RC_SRCS = version.rc
@MAKE_DLL_RULES@
### Dependencies: