cmd: DIR command outputs free space for the path.
[wine.git] / dlls / dbghelp / Makefile.in
blob7464782012614597f028748fdcfab045a8e25dc9
1 MODULE = dbghelp.dll
2 IMPORTLIB = dbghelp
3 IMPORTS = kernelbase $(ZLIB_PE_LIBS)
4 EXTRAINCL = $(ZLIB_PE_CFLAGS)
5 EXTRADEFS = -D_IMAGEHLP_SOURCE_
6 DELAYIMPORTS = version
8 C_SRCS = \
9 coff.c \
10 cpu_arm.c \
11 cpu_arm64.c \
12 cpu_i386.c \
13 cpu_x86_64.c \
14 dbghelp.c \
15 dwarf.c \
16 elf_module.c \
17 image.c \
18 macho_module.c \
19 minidump.c \
20 module.c \
21 msc.c \
22 path.c \
23 pe_module.c \
24 source.c \
25 stabs.c \
26 stack.c \
27 storage.c \
28 symbol.c \
29 type.c
31 RC_SRCS = version.rc