make_makefiles: Automatically disable 16-bit modules if enable_win16 isn't set.
[wine/hacks.git] / dlls / dbghelp / Makefile.in
blob1b1547dc8656ffb4bc5cdf205e01def5235daaf7
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = dbghelp.dll
6 IMPORTLIB = dbghelp
7 EXTRADEFS = -D_IMAGEHLP_SOURCE_
8 IMPORTS = psapi kernel32 ntdll
9 DELAYIMPORTS = version
11 C_SRCS = \
12 coff.c \
13 crc32.c \
14 dbghelp.c \
15 dwarf.c \
16 elf_module.c \
17 image.c \
18 memory.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 @MAKE_DLL_RULES@
33 @DEPENDENCIES@ # everything below this line is overwritten by make depend