mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 03:19:47 +01:00 
			
		
		
		
	* fixed dyn. lib extension on darwin
This commit is contained in:
		
							parent
							
								
									c1608e3c69
								
							
						
					
					
						commit
						5b337d75f7
					
				@ -370,11 +370,11 @@ unit i_bsd;
 | 
			
		||||
            objext       : '.o';
 | 
			
		||||
            resext       : '.res';
 | 
			
		||||
            resobjext    : '.or';
 | 
			
		||||
            sharedlibext : '.so';
 | 
			
		||||
            sharedlibext : '.dylib';
 | 
			
		||||
            staticlibext : '.a';
 | 
			
		||||
            staticlibprefix : 'libp';
 | 
			
		||||
            sharedlibprefix : 'lib';
 | 
			
		||||
            sharedClibext : '.so';
 | 
			
		||||
            sharedClibext : '.dylib';
 | 
			
		||||
            staticClibext : '.a';
 | 
			
		||||
            staticClibprefix : 'lib';
 | 
			
		||||
            sharedClibprefix : 'lib';
 | 
			
		||||
@ -443,7 +443,10 @@ initialization
 | 
			
		||||
end.
 | 
			
		||||
{
 | 
			
		||||
  $Log$
 | 
			
		||||
  Revision 1.9  2004-02-08 20:03:05  jonas
 | 
			
		||||
  Revision 1.10  2004-03-29 21:17:39  florian
 | 
			
		||||
    * fixed dyn. lib extension on darwin
 | 
			
		||||
 | 
			
		||||
  Revision 1.9  2004/02/08 20:03:05  jonas
 | 
			
		||||
    * corrected first_param_offset for darwin
 | 
			
		||||
 | 
			
		||||
  Revision 1.8  2004/01/29 15:48:10  marco
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user