mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 22:29:32 +02:00
* .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:
parent
5cd4e5a016
commit
bb80851d65
@ -187,7 +187,7 @@ unit i_linux;
|
|||||||
unit_env : 'LINUXUNITS';
|
unit_env : 'LINUXUNITS';
|
||||||
extradefines : 'UNIX;HASUNIX';
|
extradefines : 'UNIX;HASUNIX';
|
||||||
exeext : '';
|
exeext : '';
|
||||||
defext : '';
|
defext : '.def';
|
||||||
scriptext : '.sh';
|
scriptext : '.sh';
|
||||||
smartext : '.sl';
|
smartext : '.sl';
|
||||||
unitext : '.ppu';
|
unitext : '.ppu';
|
||||||
|
Loading…
Reference in New Issue
Block a user