mirror of
https://github.com/reactos/wine.git
synced 2025-01-05 18:49:06 +00:00
13 lines
176 B
Makefile
13 lines
176 B
Makefile
MODULE = wineoss.drv
|
|
IMPORTS = uuid ole32 user32
|
|
DELAYIMPORTS = winmm
|
|
EXTRAINCL = @OSS4INCL@
|
|
|
|
C_SRCS = \
|
|
midi.c \
|
|
midipatch.c \
|
|
mmaux.c \
|
|
mmdevdrv.c
|
|
|
|
@MAKE_DLL_RULES@
|