From 567cf087b013de07156a44e2b1b960cc3a6a28e4 Mon Sep 17 00:00:00 2001 From: Yves Rizoud Date: Fri, 30 Aug 2013 03:37:23 +0000 Subject: [PATCH] Makefile fix for Windows. Looks like I didnt build libPNG exactly the same way git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2065 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index ed20de1e..b5f836d9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -58,7 +58,7 @@ ifdef COMSPEC CP = cp BIN = ../bin/grafx2.exe COPT = -W -Wall -Wdeclaration-after-statement -O$(OPTIM) -g -ggdb `sdl-config --cflags` $(TTFCOPT) $(JOYCOPT) $(LUACOPT) - LOPT = `sdl-config --libs` -lSDL_image $(TTFLOPT) -lpng14 $(LUALOPT) + LOPT = `sdl-config --libs` -lSDL_image $(TTFLOPT) -lpng -lz $(LUALOPT) LUALOPT = -llua CC = gcc OBJDIR = ../obj/win32