mirror of
https://github.com/reactos/wine.git
synced 2024-11-30 07:00:30 +00:00
12 lines
162 B
Makefile
12 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@
|