makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / qedit / Makefile.in
1 MODULE    = qedit.dll
2 IMPORTS   = strmiids uuid oleaut32 ole32 advapi32
3
4 C_SRCS = \
5         main.c \
6         mediadet.c \
7         regsvr.c \
8         samplegrabber.c
9
10 @MAKE_DLL_RULES@