Makefile.in 268 Bytes
Newer Older
1
MODULE    = winmm.dll
2
IMPORTLIB = winmm
3 4
IMPORTS   = uuid user32 advapi32 ole32 msacm32
DELAYIMPORTS = dinput8
5

6
C_SRCS = \
7
	driver.c \
8 9 10 11
	joystick.c \
	lolvldrv.c \
	mci.c \
	mmio.c \
12 13
	playsound.c \
	time.c \
14
	waveform.c \
15
	winmm.c
16

17
RC_SRCS = \
18
	winmm.rc \
19
	winmm_res.rc