* Enable compilation for Win64 bit

git-svn-id: trunk@43630 -
This commit is contained in:
michael 2019-12-02 23:00:11 +00:00
parent 927c91e093
commit 10ddaab97a

View File

@ -31,7 +31,7 @@ begin
P.Email := '';
P.Description := 'GUI-independent Reporting Engine';
P.NeedLibC:= false;
P.OSes:=[linux, win32, darwin, freebsd];
P.OSes:=[linux, win32, win64, darwin, freebsd];
P.SourcePath.Add('src');
{$IFDEF VER2_6}
T:=P.Targets.AddUnit('fprepexprpars.pp');