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
 | 
						cd $(JPEGDIR)/build$(PLATFORMDIR) && $(MAKE) install
 | 
				
			||||||
ifdef WIN32
 | 
					ifdef WIN32
 | 
				
			||||||
	$(MKDIR) ../bin && for f in $(PREFIX)/bin/libjpeg*.dll ; do \
 | 
						$(MKDIR) ../bin && for f in $(PREFIX)/bin/libjpeg*.dll ; do \
 | 
				
			||||||
 | 
						    $(OBJDUMP) -p $$f | grep 'DLL Name' ; \
 | 
				
			||||||
	    $(CP) $$f ../bin ; \
 | 
						    $(CP) $$f ../bin ; \
 | 
				
			||||||
	    $(STRIP) ../bin/`basename $$f` ; \
 | 
						    $(STRIP) ../bin/`basename $$f` ; \
 | 
				
			||||||
	  done
 | 
						  done
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user