mirror of
https://github.com/reactos/wine.git
synced 2024-12-11 21:36:20 +00:00
11 lines
171 B
Makefile
11 lines
171 B
Makefile
MODULE = wineoss.drv
|
|
IMPORTS = uuid ole32 user32 advapi32
|
|
DELAYIMPORTS = winmm
|
|
EXTRAINCL = $(OSS4_CFLAGS)
|
|
|
|
C_SRCS = \
|
|
midi.c \
|
|
midipatch.c \
|
|
mmaux.c \
|
|
mmdevdrv.c
|