dbghelp: SymFindFileInPath doesn't check for the parameters passed when looking in...
[wine] / dlls / dbghelp / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = dbghelp.dll
6 IMPORTLIB = dbghelp
7 IMPORTS   = psapi kernel32 ntdll
8 DELAYIMPORTS = version
9
10 C_SRCS = \
11         coff.c \
12         dbghelp.c \
13         dwarf.c \
14         elf_module.c \
15         image.c \
16         memory.c \
17         minidump.c \
18         module.c \
19         msc.c \
20         path.c \
21         pe_module.c \
22         source.c \
23         stabs.c \
24         stack.c \
25         storage.c \
26         symbol.c \
27         type.c
28
29 @MAKE_DLL_RULES@
30
31 @DEPENDENCIES@  # everything below this line is overwritten by make depend