mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 07:59:34 +01:00 
			
		
		
		
	* Allow longer package-names as fpmake-dependencies. Addins could have longer names
git-svn-id: trunk@36088 -
This commit is contained in:
		
							parent
							
								
									aa93259463
								
							
						
					
					
						commit
						16b44b0719
					
				@ -23,7 +23,7 @@ Const
 | 
			
		||||
 | 
			
		||||
Type
 | 
			
		||||
  TFPMKUnitDep=record
 | 
			
		||||
    package    : string[12];
 | 
			
		||||
    package    : string[64];
 | 
			
		||||
    reqver     : string[8];
 | 
			
		||||
    undef      : string[32];
 | 
			
		||||
    def        : string[32];
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user