Imported from libpng-1.4.0beta13.tar

This commit is contained in:
Glenn Randers-Pehrson
2006-11-07 20:38:11 -06:00
parent ebd7f9a371
commit 3779c69674
49 changed files with 133 additions and 1024 deletions

View File

@@ -24,7 +24,7 @@ O=.obj
#ERRFILE= >> pngerrs.log
# Variables
OBJS1 = png$(O) pngerror$(O) pngget$(O) pngmem$(O) pngpread$(O)
OBJS1 = png$(O) pngerror$(O) pngget$(O) pngmem$(O) pngpread$(O) pnggccrd$(O)
OBJS2 = pngread$(O) pngrio$(O) pngrtran$(O) pngrutil$(O) pngset$(O)
OBJS3 = pngtrans$(O) pngwio$(O) pngwrite$(O) pngwtran$(O) pngwutil$(O)
OBJS = $(OBJS1) $(OBJS2) $(OBJS3)