makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / wineaudioio.drv / Makefile.in
1 MODULE    = wineaudioio.drv
2 IMPORTS   = dxguid uuid winmm user32
3 EXTRALIBS = @AUDIOIOLIBS@
4
5 C_SRCS = \
6         audio.c \
7         audioio.c
8
9 @MAKE_DLL_RULES@