mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
13 lines
184 B
Makefile
13 lines
184 B
Makefile
EXTRADEFS = -D_IMAGEHLP_SOURCE_
|
|
MODULE = imagehlp.dll
|
|
IMPORTLIB = imagehlp
|
|
IMPORTS = dbghelp
|
|
|
|
C_SRCS = \
|
|
access.c \
|
|
imagehlp_main.c \
|
|
integrity.c \
|
|
modify.c
|
|
|
|
@MAKE_DLL_RULES@
|