mirror of
https://github.com/reactos/wine.git
synced 2025-02-05 03:26:33 +00:00
10 lines
144 B
Makefile
10 lines
144 B
Makefile
MODULE = mciqtz32.dll
|
|
IMPORTS = strmiids oleaut32 ole32 winmm user32 gdi32
|
|
|
|
C_SRCS = \
|
|
mciqtz.c
|
|
|
|
RC_SRCS = \
|
|
mciavi_res.rc \
|
|
version.rc
|