mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-30 03:03:59 +02:00
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
10 lines
163 B
Makefile
10 lines
163 B
Makefile
TESTDLL = imagehlp.dll
|
|
IMPORTS = imagehlp psapi
|
|
|
|
testdll_IMPORTS = oleaut32 comdlg32 shlwapi
|
|
|
|
SOURCES = \
|
|
image.c \
|
|
integrity.c \
|
|
testdll.c \
|
|
testdll.spec
|