2009-11-30 22:14:30 +01:00
|
|
|
TESTDLL = imagehlp.dll
|
2021-02-13 18:30:08 +01:00
|
|
|
IMPORTS = imagehlp psapi
|
2009-11-30 22:14:30 +01:00
|
|
|
|
2021-02-13 18:30:10 +01:00
|
|
|
testdll_IMPORTS = oleaut32 comdlg32 shlwapi
|
|
|
|
|
|
|
|
SOURCES = \
|
2010-07-18 12:38:48 +02:00
|
|
|
image.c \
|
2021-02-13 18:30:10 +01:00
|
|
|
integrity.c \
|
|
|
|
testdll.c \
|
|
|
|
testdll.spec
|