mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 00:00:39 +02:00
paradox: added error when compiling with wrong fpc version
git-svn-id: trunk@14351 -
This commit is contained in:
parent
5478233071
commit
0264bb3d47
@ -16,6 +16,10 @@ unit regparadox;
|
|||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
|
|
||||||
|
{$IF defined(VER2_2) or (VER2_1) or (VER2_0)}
|
||||||
|
{$ERROR this package requires at least fpc 2.3.1}
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
Loading…
Reference in New Issue
Block a user