[devel] Fixed indentation in pngconf.h

Removed scripting cruft from scripts/makefile.mingw
Removed mention of now nonexistent files from scripts/README.txt
This commit is contained in:
Glenn Randers-Pehrson
2010-03-13 20:58:39 -06:00
parent d7da8bb121
commit c44253fa0c
3 changed files with 14 additions and 21 deletions

View File

@@ -153,7 +153,7 @@ $(STATLIB): $(OBJS)
$(AR) rc $@ $(OBJS)
$(RANLIB) $@
%14_%$(SHAREDDEF): libpng.def
$(SHAREDDEF): libpng.def
cat $< | sed -e '1{G;s/^\(.*\)\(\n\)/EXPORTS/;};2,/^EXPORTS/d' | \
sed -e 's/\([^;]*\);/;/' > $@