wine/dlls/dmusic/Makefile.in

27 lines
463 B
Makefile
Raw Normal View History

2003-03-21 00:42:38 +00:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = dmusic.dll
IMPORTS = dxguid uuid ole32 user32 advapi32 kernel32
2003-03-21 00:42:38 +00:00
C_SRCS = \
2003-07-21 22:10:14 +00:00
buffer.c \
clock.c \
collection.c \
2003-03-21 00:42:38 +00:00
dmusic.c \
dmusic_main.c \
2003-07-21 22:10:14 +00:00
download.c \
downloadedinstrument.c \
instrument.c \
port.c \
portdownload.c \
regsvr.c \
thru.c
2003-03-21 00:42:38 +00:00
2003-04-03 23:55:27 +00:00
RC_SRCS = version.rc
2003-03-21 00:42:38 +00:00
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend