Some small bugfixes, added more PE relocation types (for WinCE mostly),
[wine] / dlls / imagehlp / Makefile.in
1 DEFS      = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = imagehlp
7
8 C_SRCS = \
9         access.c \
10         debug.c \
11         imagehlp_main.c \
12         integrity.c \
13         internal.c \
14         modify.c \
15         symbol.c
16
17 all: $(MODULE).o
18
19 @MAKE_RULES@
20
21 ### Dependencies:
22