Browse Source

* Enable compilation for Win64 bit

git-svn-id: trunk@43630 -
michael 5 years ago
parent
commit
10ddaab97a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-report/fpmake.pp

+ 1 - 1
packages/fcl-report/fpmake.pp

@@ -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');