This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
FactuGES/COMPILE.INC

28 lines
622 B
Plaintext
Raw Permalink Normal View History

{$B-} { Complete Boolean Evaluation }
{$R-} { Range-Checking }
{$T-} { Typed @ operator }
{$X+} { Extended syntax }
{$P+} { Open string params }
{$J+} { Writeable structured consts }
{$H+} { Use long strings by default }
{$IFDEF VER130} { Borland Delphi 5.x }
{$DEFINE RDX_D3}
{$DEFINE RDX_D4}
{$DEFINE RDX_D5}
{$ENDIF}
{$IFDEF VER140} { Borland Delphi 6.x }
{$DEFINE RDX_D3}
{$DEFINE RDX_D4}
{$DEFINE RDX_D5}
{$DEFINE RDX_D6}
{$ENDIF}
{$IFDEF VER150} { Borland Delphi 7.x }
{$DEFINE RDX_D3}
{$DEFINE RDX_D4}
{$DEFINE RDX_D5}
{$DEFINE RDX_D6}
{$DEFINE RDX_D7}
{$ENDIF}