gdi32: Remove redundant indentation levels in CreateFontIndirectA and CreateFontIndir...
[wine.git] / dlls / dmsynth / Makefile.in
blob0ca602b516f669efd14fb0579696754101d26bfa
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = dmsynth.dll
6 IMPORTS = ole32 user32 advapi32 kernel32
7 EXTRALIBS = -ldxguid -luuid
9 C_SRCS = \
10 dmsynth_main.c \
11 regsvr.c \
12 synth.c \
13 synthsink.c
15 RC_SRCS = version.rc
17 @MAKE_DLL_RULES@
19 @DEPENDENCIES@ # everything below this line is overwritten by make depend