wine/dlls/imagehlp/Makefile.in
Alexandre Julliard a668162048 imagehlp: Delay import dbghelp.
To avoid creating an extra known dll section.
2025-03-31 12:56:58 +02:00

10 lines
170 B
Makefile

EXTRADEFS = -D_IMAGEHLP_SOURCE_
MODULE = imagehlp.dll
IMPORTLIB = imagehlp
DELAYIMPORTS = dbghelp
SOURCES = \
access.c \
imagehlp_main.c \
integrity.c \
modify.c