wine/dlls/imagehlp/tests/Makefile.in
Eric Pouech a24f29cd37 imagehlp/tests: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-28 10:32:11 +01:00

11 lines
163 B
Makefile

TESTDLL = imagehlp.dll
IMPORTS = imagehlp psapi
testdll_IMPORTS = oleaut32 comdlg32 shlwapi
SOURCES = \
image.c \
integrity.c \
testdll.c \
testdll.spec