support both libtiff-5.dll and libtiff-6.dll

This commit is contained in:
Thomas Bernard
2023-01-21 20:24:54 +01:00
parent a121977c42
commit 0f762fb360
2 changed files with 6 additions and 2 deletions

View File

@@ -7,7 +7,11 @@
!define FREETYPEDLL libfreetype-6.dll
!define JPEGDLL libjpeg-9.dll
!define PNGDLL libpng16-16.dll
!if /FileExists ..\bin\libtiff-5.dll
!define TIFFDLL libtiff-5.dll
!else if /FileExists ..\bin\libtiff-6.dll
!define TIFFDLL libtiff-6.dll
!endif
;--------------------------------
;Include Modern UI