makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / mciqtz32 / Makefile.in
1 MODULE    = mciqtz32.dll
2 IMPORTS   = strmiids oleaut32 ole32 winmm user32 gdi32
3
4 C_SRCS = \
5         mciqtz.c
6
7 RC_SRCS = \
8         mciavi_res.rc \
9         version.rc
10
11 @MAKE_DLL_RULES@