Add libtiff-5.dll to install.

This commit is contained in:
Thomas Bernard
2018-11-30 19:10:36 +01:00
parent 775a594858
commit 4eead5974d
2 changed files with 6 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
!define FREETYPEDLL libfreetype-6.dll
!define JPEGDLL libjpeg-9.dll
!define PNGDLL libpng16-16.dll
!define TIFFDLL libtiff-5.dll
;--------------------------------
;Include Modern UI
@@ -101,6 +102,7 @@ Section "Grafx2" SecProgram
File ..\bin\${JPEGDLL}
File ..\bin\zlib1.dll
File ..\bin\${PNGDLL}
File ..\bin\${TIFFDLL}
SetOutPath "$INSTDIR\share\grafx2"
File ..\share\grafx2\gfx2.gif
File ..\share\grafx2\gfx2def.ini
@@ -197,6 +199,7 @@ Section "un.SecProgram"
Delete "$INSTDIR\bin\${FREETYPEDLL}"
Delete "$INSTDIR\bin\zlib1.dll"
Delete "$INSTDIR\bin\${PNGDLL}"
Delete "$INSTDIR\bin\${TIFFDLL}"
Delete "$INSTDIR\bin\stdout.txt"
Delete "$INSTDIR\bin\stderr.txt"
RMDir "$INSTDIR\bin"