mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 10:43:55 +02:00
10 lines
170 B
Makefile
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
|