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