mirror of
				https://git.code.sf.net/p/libpng/code.git
				synced 2025-07-10 18:04:09 +02:00 
			
		
		
		
	[legacy] Added a comment to scripts/makefile.mingw about not using CMD.EXE
This commit is contained in:
		
							parent
							
								
									f0d041aeaf
								
							
						
					
					
						commit
						92960c86a2
					
				@ -14,6 +14,10 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# Built from makefile.cygwin
 | 
					# Built from makefile.cygwin
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# This makefile expects to be run under the MSYS shell (part of
 | 
				
			||||||
 | 
					# the MINGW project) and not under CMD.EXE which does not provide
 | 
				
			||||||
 | 
					# "cat" or "sed".
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# This makefile intends to support building outside the src directory
 | 
					# This makefile intends to support building outside the src directory
 | 
				
			||||||
# if desired. When invoking it, specify an argument to SRCDIR on the
 | 
					# if desired. When invoking it, specify an argument to SRCDIR on the
 | 
				
			||||||
# command line that points to the top of the directory where your source
 | 
					# command line that points to the top of the directory where your source
 | 
				
			||||||
@ -77,7 +81,7 @@ CFLAGS= $(strip $(MINGW_CCFLAGS) $(addprefix -I,$(ZLIBINC)) \
 | 
				
			|||||||
LIBNAME = libpng12
 | 
					LIBNAME = libpng12
 | 
				
			||||||
PNGMAJ = 0
 | 
					PNGMAJ = 0
 | 
				
			||||||
MINGDLL = 12
 | 
					MINGDLL = 12
 | 
				
			||||||
PNGMIN = 1.2.43rc01
 | 
					PNGMIN = 1.2.43rc02
 | 
				
			||||||
PNGVER = $(PNGMAJ).$(PNGMIN)
 | 
					PNGVER = $(PNGMAJ).$(PNGMIN)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
SHAREDLIB=libpng$(MINGDLL).dll
 | 
					SHAREDLIB=libpng$(MINGDLL).dll
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user