show libjpeg*.dll imported DLL (from import table)
This commit is contained in:
parent
899aa6c942
commit
cc14d313f6
1
3rdparty/Makefile
vendored
1
3rdparty/Makefile
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user