diff --git a/compiler/utils/fpc.pp b/compiler/utils/fpc.pp index 0660102233..7465bedf99 100644 --- a/compiler/utils/fpc.pp +++ b/compiler/utils/fpc.pp @@ -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}