Revert typo in scripts/makefile.mingw

Should refer to "pngwin.def" instead of "pngw32.def"
This commit is contained in:
Glenn Randers-Pehrson glennrp@comcast.net 2009-05-03 05:47:20 -05:00
parent cdd4330edc
commit d603c89397

View File

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