MODULE    = dmusic.dll
IMPORTS   = dxguid uuid ole32 advapi32

C_SRCS = \
	buffer.c \
	clock.c \
	collection.c \
	dmusic.c \
	dmusic_main.c \
	download.c \
	downloadedinstrument.c \
	instrument.c \
	port.c

IDL_R_SRCS = dmusic.idl

RC_SRCS = version.rc

@MAKE_DLL_RULES@