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

4 5
EXTRADLLFLAGS = -mno-cygwin

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

17
IDL_SRCS = dmusic.idl
18

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