widl: Set the default calling convention at header generation time, not at parsing...
[wine/hramrach.git] / dlls / dmsynth / Makefile.in
blob872d48d62b1eb7a23bb53bb8ee26b3613a6858db
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = dmsynth.dll
6 IMPORTS = dxguid uuid ole32 advapi32
8 C_SRCS = \
9 dmsynth_main.c \
10 regsvr.c \
11 synth.c \
12 synthsink.c
14 RC_SRCS = version.rc
16 @MAKE_DLL_RULES@