shdocvw: Make the Open URL dialog open URLs.
[wine] / dlls / dmsynth / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = dmsynth.dll
6 IMPORTS   = dxguid uuid ole32 advapi32
7
8 C_SRCS = \
9         dmsynth_main.c \
10         regsvr.c \
11         synth.c \
12         synthsink.c
13
14 RC_SRCS = version.rc
15
16 @MAKE_DLL_RULES@