From 20e82ae2a2cb2ab0797b1405b2da7cb7b9a4be0c Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Sun, 8 Nov 2009 19:18:45 -0600 Subject: [master] Added deprectated-use reporting ported from libpng-1.4.0 --- scripts/makefile.dj2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/makefile.dj2') diff --git a/scripts/makefile.dj2 b/scripts/makefile.dj2 index 28821a4ac..f37ec964d 100644 --- a/scripts/makefile.dj2 +++ b/scripts/makefile.dj2 @@ -1,7 +1,7 @@ # DJGPP (DOS gcc) makefile for libpng # Copyright (C) 2002, 2006, 2009 Glenn Randers-Pehrson # Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc. - +# # This code is released under the libpng license. # For conditions of distribution and use, see the disclaimer # and license in png.h @@ -13,7 +13,7 @@ INCPATH=$(prefix)/include LIBPATH=$(prefix)/lib CC=gcc -CFLAGS=-I../zlib -O +CFLAGS=-DPNG_CONFIGURE_LIBPNG -I../zlib -O LDFLAGS=-L. -L../zlib/ -lpng -lz -lm RANLIB=ranlib -- cgit v1.2.1