Revert typo in scripts/makefile.mingw
Should refer to "pngwin.def" instead of "pngw32.def"
This commit is contained in:
parent
cdd4330edc
commit
d603c89397
@ -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/\([^;]*\);/;/' > $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user