Browse Source

* change exe extension for MSX-DOS from exe to com

git-svn-id: trunk@45602 -
svenbarth 5 years ago
parent
commit
85149ab9a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/systems/i_msxdos.pas

+ 1 - 1
compiler/systems/i_msxdos.pas

@@ -52,7 +52,7 @@ unit i_msxdos;
             cpu          : cpu_z80;
             cpu          : cpu_z80;
             unit_env     : 'MSXDOSUNITS';
             unit_env     : 'MSXDOSUNITS';
             extradefines : '';
             extradefines : '';
-            exeext       : '.exe';
+            exeext       : '.com';
             defext       : '.def';
             defext       : '.def';
             scriptext    : '.bat';
             scriptext    : '.bat';
             smartext     : '.sl';
             smartext     : '.sl';