mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 10:39:40 +01:00 
			
		
		
		
	+ tos also has short filenames
This commit is contained in:
		
							parent
							
								
									3ae9d42f65
								
							
						
					
					
						commit
						3113922e0b
					
				@ -27,6 +27,9 @@ unit fmodule;
 | 
			
		||||
{$ifdef go32v2}
 | 
			
		||||
  {$define shortasmprefix}
 | 
			
		||||
{$endif}
 | 
			
		||||
{$ifdef tos}
 | 
			
		||||
  {$define shortasmprefix}
 | 
			
		||||
{$endif}
 | 
			
		||||
{$ifdef OS2}
 | 
			
		||||
  { Allthough OS/2 supports long filenames I play it safe and
 | 
			
		||||
    use 8.3 filenames, because this allows the compiler to run
 | 
			
		||||
@ -606,7 +609,10 @@ uses
 | 
			
		||||
end.
 | 
			
		||||
{
 | 
			
		||||
  $Log$
 | 
			
		||||
  Revision 1.29  2002-11-20 12:36:23  mazen
 | 
			
		||||
  Revision 1.30  2002-11-24 18:19:56  carl
 | 
			
		||||
    + tos also has short filenames
 | 
			
		||||
 | 
			
		||||
  Revision 1.29  2002/11/20 12:36:23  mazen
 | 
			
		||||
  * $UNITPATH directive is now working
 | 
			
		||||
 | 
			
		||||
  Revision 1.28  2002/09/05 19:29:42  peter
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user