avifil32: Win64 printf format warning fixes.
[wine/multimedia.git] / dlls / dmstyle / Makefile.in
blobe9500c48c716a8ff1ffb6ba54af22b9eab62683c
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = dmstyle.dll
6 IMPORTS = ole32 user32 advapi32 kernel32
7 EXTRALIBS = -ldxguid -luuid
8 EXTRADEFS = -DWINE_NO_LONG_AS_INT
10 C_SRCS = \
11 auditiontrack.c \
12 chordtrack.c \
13 commandtrack.c \
14 dmstyle_main.c \
15 dmutils.c \
16 motiftrack.c \
17 mutetrack.c \
18 regsvr.c \
19 style.c \
20 styletrack.c
22 RC_SRCS = version.rc
24 @MAKE_DLL_RULES@
26 @DEPENDENCIES@ # everything below this line is overwritten by make depend