* .def must be set on linux else it might be that the created executable is

deleted after compilation

git-svn-id: trunk@47592 -
This commit is contained in:
florian 2020-11-25 22:34:17 +00:00
parent 5cd4e5a016
commit bb80851d65

View File

@ -187,7 +187,7 @@ unit i_linux;
unit_env : 'LINUXUNITS';
extradefines : 'UNIX;HASUNIX';
exeext : '';
defext : '';
defext : '.def';
scriptext : '.sh';
smartext : '.sl';
unitext : '.ppu';