configure: Build the import libraries without recursing when possible.
[wine/multimedia.git] / dlls / imagehlp / Makefile.in
blobd83a1843b447b591126e7fa54fe396d4e73d8533
1 EXTRADEFS = -D_IMAGEHLP_SOURCE_
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = imagehlp.dll
7 IMPORTLIB = imagehlp
8 IMPORTS = dbghelp
10 C_SRCS = \
11 access.c \
12 imagehlp_main.c \
13 integrity.c \
14 modify.c
16 @MAKE_DLL_RULES@