mirror of
https://github.com/reactos/wine.git
synced 2025-03-01 01:05:54 +00:00
15 lines
226 B
Makefile
15 lines
226 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = mciavi.drv
|
|
SOVERSION = 1.0
|
|
IMPORTS = winmm user32 kernel32 ntdll
|
|
|
|
C_SRCS = \
|
|
mciavi.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|