* 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:
parent
899a7c0cc1
commit
83753d9d79
BIN
bin/libpng13.dll
BIN
bin/libpng13.dll
Binary file not shown.
BIN
bin/libpng14-14.dll
Normal file
BIN
bin/libpng14-14.dll
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user