makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / mciavi32 / Makefile.in
1 MODULE    = mciavi32.dll
2 IMPORTS   = msvfw32 winmm user32 gdi32
3
4 C_SRCS = \
5         info.c \
6         mciavi.c \
7         mmoutput.c \
8         wnd.c
9
10 RC_SRCS = mciavi_res.rc
11
12 @MAKE_DLL_RULES@