mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 13:10:17 +02:00
* Enable compilation for Win64 bit
git-svn-id: trunk@43630 -
This commit is contained in:
parent
927c91e093
commit
10ddaab97a
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user