makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / mmsystem.dll16 / Makefile.in
1 MODULE    = mmsystem.dll16
2 IMPORTS   = winmm user32
3
4 EXTRADLLFLAGS = -m16 -Wb,--main-module,winmm.dll
5
6 C_SRCS = \
7         driver.c \
8         mci16.c \
9         message16.c \
10         mmio16.c \
11         mmsystem.c
12
13 @MAKE_DLL_RULES@