From 9b3ce1cc8ab2ed7489cc8c047a9a199ce9cba973 Mon Sep 17 00:00:00 2001 From: Yves Rizoud Date: Thu, 17 Jun 2010 21:38:24 +0000 Subject: [PATCH] Fix makefile for new version of libpng git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1514 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 03589f18..ccbc64a9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -52,7 +52,7 @@ ifdef COMSPEC PLATFORMOBJ = $(OBJDIR)/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/libpng13.dll bin/zlib1.dll $(TTFLIBS) + PLATFORMFILES = bin/SDL.dll bin/SDL_image.dll bin/libpng14-14.dll bin/zlib1.dll $(TTFLIBS) ZIP = zip else