2003-03-21 01:42:38 +01:00
|
|
|
MODULE = dmusic.dll
|
2017-05-10 15:13:19 +02:00
|
|
|
IMPORTS = dxguid uuid ole32 advapi32 dsound user32 winmm
|
2003-03-21 01:42:38 +01:00
|
|
|
|
|
|
|
C_SRCS = \
|
2003-07-22 00:10:14 +02:00
|
|
|
buffer.c \
|
|
|
|
clock.c \
|
|
|
|
collection.c \
|
2014-06-12 11:10:24 +02:00
|
|
|
dmobject.c \
|
2003-03-21 01:42:38 +01:00
|
|
|
dmusic.c \
|
|
|
|
dmusic_main.c \
|
2003-07-22 00:10:14 +02:00
|
|
|
download.c \
|
|
|
|
instrument.c \
|
2010-12-03 13:55:16 +01:00
|
|
|
port.c
|
|
|
|
|
2013-12-31 18:15:17 +01:00
|
|
|
IDL_SRCS = dmusic.idl
|
2003-03-21 01:42:38 +01:00
|
|
|
|
2003-04-04 01:55:27 +02:00
|
|
|
RC_SRCS = version.rc
|