mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 21:49:06 +02:00
sinclairql: use .exe as extension for executables instead of .bin, patch by Marcel Kilgus at qlforum.co.uk
git-svn-id: trunk@47556 -
This commit is contained in:
parent
40b7af1025
commit
9cf99b818d
@ -39,7 +39,7 @@ unit i_sinclairql;
|
|||||||
cpu : cpu_m68k;
|
cpu : cpu_m68k;
|
||||||
unit_env : '';
|
unit_env : '';
|
||||||
extradefines : '';
|
extradefines : '';
|
||||||
exeext : '.bin';
|
exeext : '.exe';
|
||||||
defext : '';
|
defext : '';
|
||||||
scriptext : '';
|
scriptext : '';
|
||||||
smartext : '.sl';
|
smartext : '.sl';
|
||||||
|
Loading…
Reference in New Issue
Block a user