makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / msvideo.dll16 / Makefile.in
1 MODULE    = msvideo.dll16
2 IMPORTS   = msvfw32 version advapi32
3
4 EXTRADLLFLAGS = -m16 -Wb,--main-module,msvfw32.dll
5
6 C_SRCS = msvideo16.c
7
8 @MAKE_DLL_RULES@