1 MODULE = dmusic.dll 2 IMPORTS = dxguid uuid ole32 advapi32 3 4 C_SRCS = \ 5 buffer.c \ 6 clock.c \ 7 collection.c \ 8 dmusic.c \ 9 dmusic_main.c \ 10 download.c \ 11 downloadedinstrument.c \ 12 instrument.c \ 13 port.c 14 15 IDL_R_SRCS = dmusic.idl 16 17 RC_SRCS = version.rc 18 19 @MAKE_DLL_RULES@