mirror of
https://github.com/reactos/wine.git
synced 2025-01-26 14:05:07 +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
|