dbghelp: When handling a P augmentation in FDE/DIE parsing, throw away the DW_EH_indi...
[wine.git] / dlls / crtdll / Makefile.in
blob5978ec2a117ff8eeb06b614ae2e4494d495fc226
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = crtdll.dll
6 IMPORTLIB = crtdll
7 IMPORTS = msvcrt kernel32
8 MODCFLAGS = @BUILTINFLAG@
9 EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
11 C_SRCS = \
12 crtdll_main.c
14 @MAKE_DLL_RULES@