diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-11-18 09:55:59 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2011-09-03 12:26:47 -0500 |
commit | 270a623b90280d4aff84b9012b66adf314a2071d (patch) | |
tree | a44582f92f63b7d4039235d45411b0305c47d9b2 /scripts/makefile.hpgcc | |
parent | afbb32433c16bb00593a0227931be43888d93d1a (diff) | |
download | libpng-270a623b90280d4aff84b9012b66adf314a2071d.tar.gz |
[libpng10] Imported from libpng-1.0.51rc01.tarv1.0.51rc01
Diffstat (limited to 'scripts/makefile.hpgcc')
-rw-r--r-- | scripts/makefile.hpgcc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/makefile.hpgcc b/scripts/makefile.hpgcc index 58a5f358f..8cee42aec 100644 --- a/scripts/makefile.hpgcc +++ b/scripts/makefile.hpgcc @@ -3,7 +3,7 @@ # Copyright (C) 2001, Laurent faillie # Copyright (C) 1998, 1999 Greg Roelofs # Copyright (C) 1996, 1997 Andreas Dilger - +# # This code is released under the libpng license. # For conditions of distribution and use, see the disclaimer # and license in png.h @@ -11,7 +11,7 @@ # Library name: LIBNAME = libpng10 PNGMAJ = 0 -PNGMIN = 1.0.50 +PNGMIN = 1.0.51rc01 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: @@ -56,7 +56,7 @@ WARNMORE=-Wwrite-strings -Wpointer-arith -Wshadow \ # for pgcc version 2.95.1, -O3 is buggy; don't use it. -CFLAGS=-I$(ZLIBINC) -W -Wall -O3 -funroll-loops -DPNG_NO_MMX_CODE \ +CFLAGS=-DPNG_CONFIGURE_LIBPNG -I$(ZLIBINC) -W -Wall -O3 -funroll-loops -DPNG_NO_MMX_CODE \ $(ALIGN) # $(WARNMORE) -g -DPNG_DEBUG=5 #LDFLAGS=-L. -Wl,-rpath,. -L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) -lpng10 -lz -lm LDFLAGS=-L. -L$(ZLIBLIB) -lpng10 -lz -lm |