mscoree/tests: Comment out a couple of tests that crash on Windows.
[wine/testsucceed.git] / dlls / dbghelp / Makefile.in
blobd4e57c9d02018a34bd3a09d9a50f1a0b202ebda9
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
9 DELAYIMPORTS = version
11 C_SRCS = \
12 coff.c \
13 cpu_i386.c \
14 cpu_ppc.c \
15 cpu_sparc.c \
16 cpu_x86_64.c \
17 crc32.c \
18 dbghelp.c \
19 dwarf.c \
20 elf_module.c \
21 image.c \
22 macho_module.c \
23 minidump.c \
24 module.c \
25 msc.c \
26 path.c \
27 pe_module.c \
28 source.c \
29 stabs.c \
30 stack.c \
31 storage.c \
32 symbol.c \
33 type.c
35 RC_SRCS = version.rc
37 @MAKE_DLL_RULES@