[libpng16] Reverted install of pngconfig.h

This commit is contained in:
Glenn Randers-Pehrson
2011-12-17 09:57:00 -06:00
parent efaeadaa86
commit 0b3634bcc4
41 changed files with 115 additions and 153 deletions

View File

@@ -143,7 +143,7 @@ $(LIBNAME): $(OBJS)
$(LIBOBJS), libpng$(MODEL)
|
pngtest$(MODEL).obj: pngtest.c png.h pngconf.h pnglibconf.h pngconfig.h
pngtest$(MODEL).obj: pngtest.c png.h pngconf.h pnglibconf.h
$(CC) $(CFLAGS) -opngtest$(MODEL) -c pngtest.c
pngtest$(MODEL).exe: pngtest$(MODEL).obj