[devel] Renamed scripts/pnglibconf.h to scripts/pnglibconf.h.prebuilt

This commit is contained in:
Glenn Randers-Pehrson
2010-08-24 16:16:35 -05:00
parent 15333cd28d
commit 8c66786419
44 changed files with 85 additions and 79 deletions

View File

@@ -28,8 +28,8 @@ OBJS3 = pngrtran$(O) pngwtran$(O) pngrio$(O) pngwio$(O)
all: libpng.lib
# see scripts/pnglibconf.mak for more options
pnglibconf.h: scripts/pnglibconf.h
cp scripts/pnglibconf.h $@
pnglibconf.h: scripts/pnglibconf.h.prebuilt
cp scripts/pnglibconf.h.prebuilt $@
png$(O): png.h pngconf.h pnglibconf.h pngpriv.h pngstruct.h pnginfo.h pngdebug.h
$(CC) -c $(CFLAGS) $*.c $(ERRFILE)