Add libtiff-5.dll to install.
This commit is contained in:
parent
775a594858
commit
4eead5974d
3
3rdparty/Makefile
vendored
3
3rdparty/Makefile
vendored
@ -174,6 +174,9 @@ $(PREFIX)/lib/libtiff.a: $(LIBTIFF)/.ok
|
||||
--with-jpeg-include-dir=$(PREFIX)/include --with-jpeg-lib-dir=$(PREFIX)/lib
|
||||
cd $(LIBTIFF) && $(MAKE)
|
||||
cd $(LIBTIFF) && $(MAKE) install
|
||||
ifdef WIN32CROSS
|
||||
$(CP) $(PREFIX)/bin/libtiff*.dll ../bin
|
||||
endif
|
||||
|
||||
$(LIBTIFF)/.ok: archives/$(LIBTIFFARCH)
|
||||
$(TAR) xzf $<
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user