add libtiff-5.dll to ziprelease

This commit is contained in:
Thomas Bernard 2018-12-01 12:37:09 +01:00
parent 20902996d0
commit 4557766282
No known key found for this signature in database
GPG Key ID: 0FF11B67A5C0863C

View File

@ -110,6 +110,7 @@ ifdef COMSPEC
PLATFORM = win32 PLATFORM = win32
#some misc files we have to add to the release archive under windows. #some misc files we have to add to the release archive under windows.
PLATFORMFILES = bin/SDL.dll bin/SDL_image.dll $(wildcard ../bin/libpng*.dll) $(wildcard ../bin/libjpeg*.dll) bin/zlib1.dll $(TTFLIBS) PLATFORMFILES = bin/SDL.dll bin/SDL_image.dll $(wildcard ../bin/libpng*.dll) $(wildcard ../bin/libjpeg*.dll) bin/zlib1.dll $(TTFLIBS)
PLATFORMFILES += bin/libtiff-5.dll
ZIP = zip ZIP = zip
else else
@ -475,6 +476,7 @@ endif
PLATFORMFILES = $(wildcard ../bin/libpng*.dll) $(wildcard ../bin/libjpeg*.dll) bin/zlib1.dll $(TTFLIBS) PLATFORMFILES = $(wildcard ../bin/libpng*.dll) $(wildcard ../bin/libjpeg*.dll) bin/zlib1.dll $(TTFLIBS)
ifeq ($(API),sdl) ifeq ($(API),sdl)
PLATFORMFILES += bin/SDL.dll bin/SDL_image.dll PLATFORMFILES += bin/SDL.dll bin/SDL_image.dll
PLATFORMFILES += bin/libtiff-5.dll
endif endif
else else
ifdef GP2XCROSS ifdef GP2XCROSS