Add tiff and jpeg dll to Win32 distrib

This commit is contained in:
Thomas Bernard
2019-01-05 17:06:30 +01:00
parent 75a22eeced
commit 046e5efcd7
2 changed files with 3 additions and 3 deletions

View File

@@ -475,9 +475,9 @@ endif
PLATFORM = win32
PLATFORMOBJ = winres.o
PLATFORMFILES = $(wildcard ../bin/libpng*.dll) $(wildcard ../bin/libjpeg*.dll) bin/zlib1.dll $(TTFLIBS)
PLATFORMFILES += bin/libtiff-5.dll
ifeq ($(API),sdl)
PLATFORMFILES += bin/SDL.dll bin/SDL_image.dll
PLATFORMFILES += bin/libtiff-5.dll
endif
else
ifdef GP2XCROSS