makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / imagehlp / Makefile.in
1 EXTRADEFS = -D_IMAGEHLP_SOURCE_
2 MODULE    = imagehlp.dll
3 IMPORTLIB = imagehlp
4 IMPORTS   = dbghelp
5
6 C_SRCS = \
7         access.c \
8         imagehlp_main.c \
9         integrity.c \
10         modify.c
11
12 @MAKE_DLL_RULES@