mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-11-04 08:04:06 +01:00 
			
		
		
		
	This provides additional improvements and updates for building Audacity using Xcode 5.1 or above. The whole configure/makefile system is no longer used during normal builds. During library additions/updates it used to regenerated the headers in mac/config.
		
			
				
	
	
		
			7 lines
		
	
	
		
			266 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			266 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
The headers located in the config directory are updated
 | 
						|
when libraries are added or updated in lib-src.
 | 
						|
 | 
						|
Simply (re)run configure in the new/updated library directory
 | 
						|
and copy any generated header files into the corresponding
 | 
						|
directory in mac/config/<arch>/lib-src.
 |