mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
106e13ab09
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.
25 lines
403 B
Makefile
25 lines
403 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = dmstyle.dll
|
|
IMPORTS = ole32 user32 advapi32 kernel32
|
|
EXTRALIBS = -ldxguid -luuid
|
|
|
|
C_SRCS = \
|
|
auditiontrack.c \
|
|
chordtrack.c \
|
|
commandtrack.c \
|
|
dmstyle_main.c \
|
|
dmutils.c \
|
|
motiftrack.c \
|
|
mutetrack.c \
|
|
regsvr.c \
|
|
style.c \
|
|
styletrack.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|