makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / mmdevapi / Makefile.in
1 MODULE    = mmdevapi.dll
2 IMPORTS   = uuid ole32 oleaut32 user32 advapi32
3 EXTRALIBS = @FRAMEWORK_OPENAL@
4
5 C_SRCS = \
6         audio.c \
7         audiovolume.c \
8         devenum.c \
9         main.c \
10         regsvr.c
11
12 @MAKE_DLL_RULES@