mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 01:39:26 +02:00
atari: fpc now searches for the compiler with .ttp extension, as that's the default on Atari
git-svn-id: trunk@41141 -
This commit is contained in:
parent
beec828647
commit
6c87b89e45
@ -35,7 +35,11 @@ program fpc;
|
||||
{$ifdef NETWARE}
|
||||
exeext='.nlm';
|
||||
{$else}
|
||||
exeext='.exe';
|
||||
{$ifdef ATARI}
|
||||
exeext='.ttp';
|
||||
{$else}
|
||||
exeext='.exe';
|
||||
{$endif ATARI}
|
||||
{$endif NETWARE}
|
||||
{$endif HASAMIGA}
|
||||
{$endif UNIX}
|
||||
|
Loading…
Reference in New Issue
Block a user