Fix makefile for new version of libpng

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1514 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud 2010-06-17 21:38:24 +00:00
parent 06f165cec8
commit 9b3ce1cc8a

View File

@ -52,7 +52,7 @@ ifdef COMSPEC
PLATFORMOBJ = $(OBJDIR)/winres.o PLATFORMOBJ = $(OBJDIR)/winres.o
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 bin/libpng13.dll bin/zlib1.dll $(TTFLIBS) PLATFORMFILES = bin/SDL.dll bin/SDL_image.dll bin/libpng14-14.dll bin/zlib1.dll $(TTFLIBS)
ZIP = zip ZIP = zip
else else