include/mscvpdb.h: Use flexible array members for the rest of structures.
[wine.git] / dlls / dbghelp / Makefile.in
blob152ef80611a58b9db1a2063bae6d0a09027df5bd
1 MODULE = dbghelp.dll
2 IMPORTLIB = dbghelp
3 IMPORTS = kernelbase $(ZLIB_PE_LIBS)
4 EXTRAINCL = $(ZLIB_PE_CFLAGS)
5 EXTRADEFS = -D_IMAGEHLP_SOURCE_
7 SOURCES = \
8 coff.c \
9 cpu_arm.c \
10 cpu_arm64.c \
11 cpu_i386.c \
12 cpu_x86_64.c \
13 dbghelp.c \
14 dwarf.c \
15 elf_module.c \
16 image.c \
17 macho_module.c \
18 minidump.c \
19 module.c \
20 msc.c \
21 path.c \
22 pe_module.c \
23 source.c \
24 stabs.c \
25 stack.c \
26 storage.c \
27 symbol.c \
28 type.c \
29 version.rc