mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +00:00
11 lines
166 B
Makefile
11 lines
166 B
Makefile
EXTRADEFS = -D_IMAGEHLP_SOURCE_
|
|
MODULE = imagehlp.dll
|
|
IMPORTLIB = imagehlp
|
|
IMPORTS = dbghelp
|
|
|
|
C_SRCS = \
|
|
access.c \
|
|
imagehlp_main.c \
|
|
integrity.c \
|
|
modify.c
|