wininet: Fix potential buffer overrun in HttpQueryInfoA.
[wine.git] / dlls / dmstyle / Makefile.in
blob7f1fbd3b106ca5a512a0adacfde373a826ce3a08
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
9 C_SRCS = \
10 auditiontrack.c \
11 chordtrack.c \
12 commandtrack.c \
13 dmstyle_main.c \
14 dmutils.c \
15 motiftrack.c \
16 mutetrack.c \
17 regsvr.c \
18 style.c \
19 styletrack.c
21 RC_SRCS = version.rc
23 @MAKE_DLL_RULES@
25 @DEPENDENCIES@ # everything below this line is overwritten by make depend