mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
11 lines
162 B
Makefile
11 lines
162 B
Makefile
MODULE = mciqtz32.dll
|
|
IMPORTS = strmiids oleaut32 ole32 winmm user32 gdi32
|
|
|
|
C_SRCS = \
|
|
mciqtz.c
|
|
|
|
RC_SRCS = \
|
|
mciavi_res.rc \
|
|
version.rc
|
|
|
|
@MAKE_DLL_RULES@
|