winex11: Remove an unused variable.
[wine] / dlls / imagehlp / Makefile.in
1 EXTRADEFS = -D_IMAGEHLP_SOURCE_
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = imagehlp.dll
7 IMPORTLIB = libimagehlp.$(IMPLIBEXT)
8 IMPORTS   = dbghelp kernel32 ntdll
9
10 C_SRCS = \
11         access.c \
12         imagehlp_main.c \
13         integrity.c \
14         modify.c
15
16 @MAKE_DLL_RULES@
17
18 @DEPENDENCIES@  # everything below this line is overwritten by make depend