mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 16:50:25 +02:00
* define UNIX and HASUNIX
This commit is contained in:
parent
50f8604526
commit
063fa364eb
@ -36,7 +36,7 @@ unit i_beos;
|
||||
flags : [tf_under_development];
|
||||
cpu : cpu_i386;
|
||||
unit_env : 'BEOSUNITS';
|
||||
extradefines : '';
|
||||
extradefines : 'UNIX;HASUNIX';
|
||||
sourceext : '.pp';
|
||||
pasext : '.pas';
|
||||
exeext : '';
|
||||
@ -102,7 +102,10 @@ initialization
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.2 2003-10-03 22:09:49 peter
|
||||
Revision 1.3 2003-11-11 21:48:10 florian
|
||||
* define UNIX and HASUNIX
|
||||
|
||||
Revision 1.2 2003/10/03 22:09:49 peter
|
||||
* removed paraalign
|
||||
|
||||
Revision 1.1 2002/09/06 15:03:51 carl
|
||||
|
Loading…
Reference in New Issue
Block a user