mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
952e13c10b
and add OleSelfRegister version string.
32 lines
541 B
Makefile
32 lines
541 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = dmusic.dll
|
|
IMPORTS = dsound winmm ole32 user32 advapi32 kernel32
|
|
EXTRALIBS = $(LIBUUID)
|
|
|
|
LDDLLFLAGS = @LDDLLFLAGS@
|
|
SYMBOLFILE = $(MODULE).tmp.o
|
|
|
|
C_SRCS = \
|
|
dmusic.c \
|
|
dmusic_instrument.c \
|
|
dmusic_loader.c \
|
|
dmusic_main.c \
|
|
dmusic_misc.c \
|
|
dmusic_performance.c \
|
|
dmusic_plugins.c \
|
|
dmusic_port.c \
|
|
dmusic_segment.c \
|
|
dmusic_style.c \
|
|
dmusic_synth.c \
|
|
helper.c \
|
|
regsvr.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|