Makefile.in 259 Bytes
Newer Older
1
MODULE    = dmusic.dll
2
IMPORTS   = dxguid uuid ole32 advapi32 dsound user32 winmm
3 4

C_SRCS = \
5 6 7
	buffer.c \
	clock.c \
	collection.c \
8
	dmobject.c \
9 10
	dmusic.c \
	dmusic_main.c \
11 12
	download.c \
	instrument.c \
13 14
	port.c

15
IDL_SRCS = dmusic.idl
16

Rok Mandeljc's avatar
Rok Mandeljc committed
17
RC_SRCS = version.rc