dplayx: Code to forward player creation
[wine/gsoc_dplay.git] / dlls / dbghelp / Makefile.in
bloba44d3c9d58dae15fd0539c35ed0c8dc345f74138
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 macho_module.c \
19 memory.c \
20 minidump.c \
21 module.c \
22 msc.c \
23 path.c \
24 pe_module.c \
25 source.c \
26 stabs.c \
27 stack.c \
28 storage.c \
29 symbol.c \
30 type.c
32 RC_SRCS = version.rc
34 @MAKE_DLL_RULES@
36 @DEPENDENCIES@ # everything below this line is overwritten by make depend