This repository has been archived on 2024-11-29. You can view files and clone it, but cannot push or open issues or pull requests.
Tecsitel_FactuGES/COMPILE.INC
2007-06-21 15:47:20 +00:00

20 lines
392 B
Plaintext

{$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}