mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
16 lines
247 B
Makefile
16 lines
247 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = mciqtz32.dll
|
|
IMPORTS = strmiids oleaut32 ole32 winmm user32 gdi32
|
|
|
|
C_SRCS = \
|
|
mciqtz.c
|
|
|
|
RC_SRCS = \
|
|
mciavi_res.rc \
|
|
version.rc
|
|
|
|
@MAKE_DLL_RULES@
|