mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 14:39:36 +01:00 
			
		
		
		
	* amiga has also no .exe
This commit is contained in:
		
							parent
							
								
									20f6a64021
								
							
						
					
					
						commit
						426b43ed1f
					
				@ -28,7 +28,11 @@ program fpc;
 | 
				
			|||||||
{$ifdef UNIX}
 | 
					{$ifdef UNIX}
 | 
				
			||||||
    exeext='';
 | 
					    exeext='';
 | 
				
			||||||
{$else UNIX}
 | 
					{$else UNIX}
 | 
				
			||||||
 | 
					  {$ifdef AMIGA}
 | 
				
			||||||
 | 
					    exeext='';
 | 
				
			||||||
 | 
					  {$else}
 | 
				
			||||||
    exeext='.exe';
 | 
					    exeext='.exe';
 | 
				
			||||||
 | 
					  {$endif}
 | 
				
			||||||
{$endif UNIX}
 | 
					{$endif UNIX}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -157,7 +161,10 @@ program fpc;
 | 
				
			|||||||
  end.
 | 
					  end.
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  $Log$
 | 
					  $Log$
 | 
				
			||||||
  Revision 1.4  2002-05-18 13:34:27  peter
 | 
					  Revision 1.5  2003-04-08 16:01:40  peter
 | 
				
			||||||
 | 
					    * amiga has also no .exe
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Revision 1.4  2002/05/18 13:34:27  peter
 | 
				
			||||||
    * readded missing revisions
 | 
					    * readded missing revisions
 | 
				
			||||||
 | 
					
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user