Add win64 as supported platform so that building using

packages/Makefile.fpc.fpmake works.

git-svn-id: trunk@20302 -
This commit is contained in:
svenbarth 2012-02-10 15:57:39 +00:00
parent 30c1db6446
commit 06aef9350f

View File

@ -19,7 +19,7 @@ begin
P.Author := 'Library: University of Southern California + Red Hat Inc., header: Luiz AmXrico Pereira CXmara';
P.License := 'Library: MPL 1.1 + LGPL-2.1, header: LGPL with modification, ';
P.HomepageURL := 'www.freepascal.org';
P.OSes := [beos,haiku,freebsd,solaris,netbsd,openbsd,linux,win32];
P.OSes := [beos,haiku,freebsd,solaris,netbsd,openbsd,linux,win32,win64];
// Do not build cairo on iPhone (=arm-darwin)
if Defaults.CPU<>arm then
P.OSes := P.OSes + [darwin];