makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / amstream / Makefile.in
1 MODULE    = amstream.dll
2 IMPORTS   = strmiids uuid ole32 advapi32
3
4 C_SRCS = \
5         amstream.c \
6         main.c \
7         mediastream.c \
8         mediastreamfilter.c \
9         regsvr.c
10
11 RC_SRCS = version.rc
12
13 @MAKE_DLL_RULES@