ソースを参照

sinclairql: use .exe as extension for executables instead of .bin, patch by Marcel Kilgus at qlforum.co.uk

git-svn-id: trunk@47556 -
Károly Balogh 4 年 前
コミット
9cf99b818d
1 ファイル変更1 行追加1 行削除
  1. 1 1
      compiler/systems/i_sinclairql.pas

+ 1 - 1
compiler/systems/i_sinclairql.pas

@@ -39,7 +39,7 @@ unit i_sinclairql;
             cpu          : cpu_m68k;
             unit_env     : '';
             extradefines : '';
-            exeext       : '.bin';
+            exeext       : '.exe';
             defext       : '';
             scriptext    : '';
             smartext     : '.sl';