ntdll: More compatible exception information for protection faults.
[wine/multimedia.git] / dlls / dbghelp / Makefile.in
blob14469f1dd447dd485e5f8e2679c8a7cdcffca9be
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = dbghelp.dll
6 IMPORTLIB = libdbghelp.$(IMPLIBEXT)
7 IMPORTS = psapi kernel32 ntdll
9 C_SRCS = \
10 coff.c \
11 dbghelp.c \
12 dwarf.c \
13 elf_module.c \
14 image.c \
15 memory.c \
16 minidump.c \
17 module.c \
18 msc.c \
19 path.c \
20 pe_module.c \
21 source.c \
22 stabs.c \
23 stack.c \
24 storage.c \
25 symbol.c \
26 type.c
28 @MAKE_DLL_RULES@
30 ### Dependencies: