* Use libpng1.4 on windows (the "1.3" version doesn't even exist, where did we got this file ?)

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1502 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues 2010-06-14 17:31:54 +00:00
parent 899a7c0cc1
commit 83753d9d79
3 changed files with 1 additions and 1 deletions

Binary file not shown.

BIN
bin/libpng14-14.dll Normal file

Binary file not shown.

View File

@ -43,7 +43,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) $(LAYERCOPT)
LOPT = `sdl-config --libs` -lSDL_image $(TTFLOPT) -lpng $(LUALOPT)
LOPT = `sdl-config --libs` -lSDL_image $(TTFLOPT) -lpng14 $(LUALOPT)
LUALOPT = -llua
CC = gcc
OBJDIR = ../obj/win32