浏览代码

atari: fixed exe extension typo.

git-svn-id: trunk@34603 -
Károly Balogh 9 年之前
父节点
当前提交
311f6dbf84
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/systems/i_atari.pas

+ 1 - 1
compiler/systems/i_atari.pas

@@ -38,7 +38,7 @@ unit i_atari;
             cpu          : cpu_m68k;
             unit_env     : '';
             extradefines : '';
-            exeext       : '.tpp';
+            exeext       : '.ttp';
             defext       : '';
             scriptext    : '';
             smartext     : '.sl';