mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
20 lines
277 B
Makefile
20 lines
277 B
Makefile
MODULE = dmusic.dll
|
|
IMPORTS = dxguid uuid ole32 advapi32 winmm
|
|
|
|
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@
|