From d603c893973700d4116ef7784eaa933f0098d28f Mon Sep 17 00:00:00 2001 From: "Glenn Randers-Pehrson glennrp@comcast.net" Date: Sun, 3 May 2009 05:47:20 -0500 Subject: [PATCH] Revert typo in scripts/makefile.mingw Should refer to "pngwin.def" instead of "pngw32.def" --- scripts/makefile.mingw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/makefile.mingw b/scripts/makefile.mingw index ec499ab0f..3697b4a5f 100644 --- a/scripts/makefile.mingw +++ b/scripts/makefile.mingw @@ -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/\([^;]*\);/;/' > $@