lazdatadict: added error for wrong fpc versions

git-svn-id: trunk@14355 -
This commit is contained in:
mattias 2008-03-01 18:06:35 +00:00
parent d44eead55b
commit 50840fd57a
2 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@ unit reglazdatadict;
{$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
uses

View File

@ -25,10 +25,10 @@
</RunParams>
<RequiredPackages Count="2">
<Item1>
<PackageName Value="LazOpenGLContext"/>
<PackageName Value="LCL"/>
</Item1>
<Item2>
<PackageName Value="LCL"/>
<PackageName Value="LazOpenGLContext"/>
</Item2>
</RequiredPackages>
<Units Count="2">