Corrected the priority of operators for LISTVIEW_GetNextItem
[wine] / dlls / dmsynth / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = dmsynth.dll
6 IMPORTLIB = libdmsynth.$(IMPLIBEXT)
7 IMPORTS   = winmm ole32 user32 advapi32 kernel32
8 EXTRALIBS = -ldxguid -luuid
9
10 C_SRCS = \
11         dmsynth_main.c \
12         regsvr.c \
13         synth.c \
14         synthsink.c
15
16 RC_SRCS = version.rc
17
18 @MAKE_DLL_RULES@
19
20 ### Dependencies: