show libjpeg*.dll imported DLL (from import table)

This commit is contained in:
Thomas Bernard 2023-03-05 00:15:09 +01:00
parent 899aa6c942
commit cc14d313f6
No known key found for this signature in database
GPG Key ID: DB511043A31ACAAF

1
3rdparty/Makefile vendored
View File

@ -550,6 +550,7 @@ $(PREFIX)/lib/libjpeg.a: $(JPEGDIR)/.ok
cd $(JPEGDIR)/build$(PLATFORMDIR) && $(MAKE) install
ifdef WIN32
$(MKDIR) ../bin && for f in $(PREFIX)/bin/libjpeg*.dll ; do \
$(OBJDUMP) -p $$f | grep 'DLL Name' ; \
$(CP) $$f ../bin ; \
$(STRIP) ../bin/`basename $$f` ; \
done