Cross build: Include the right libpng*.dll within the ziprelease

This commit is contained in:
Thomas Bernard
2018-02-19 22:32:00 +01:00
parent a771b23982
commit 8f6e955307
2 changed files with 4 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ ifdef COMSPEC
PLATFORMOBJ = winres.o
PLATFORM = win32
#some misc files we have to add to the release archive under windows.
PLATFORMFILES = bin/SDL.dll bin/SDL_image.dll bin/libpng14-14.dll bin/zlib1.dll $(TTFLIBS)
PLATFORMFILES = bin/SDL.dll bin/SDL_image.dll $(wildcard ../bin/libpng*.dll) bin/zlib1.dll $(TTFLIBS)
ZIP = zip
else
@@ -378,7 +378,7 @@ endif
endif
OBJDIR = ../obj/win32
PLATFORM = win32
PLATFORMFILES = bin/SDL.dll bin/SDL_image.dll bin/libpng14-14.dll bin/zlib1.dll $(TTFLIBS)
PLATFORMFILES = bin/SDL.dll bin/SDL_image.dll $(wildcard ../bin/libpng*.dll) bin/zlib1.dll $(TTFLIBS)
else
ifdef GP2XCROSS
#cross compile an exec for the gp2x