mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
9 lines
137 B
Makefile
9 lines
137 B
Makefile
MODULE = mciavi32.dll
|
|
IMPORTS = msvfw32 winmm user32 gdi32
|
|
|
|
SOURCES = \
|
|
info.c \
|
|
mciavi.c \
|
|
mciavi_res.rc \
|
|
mmoutput.c \
|
|
wnd.c
|