mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 00:08:12 +02:00
Re-enable compilation of graph unit for aarch64-win64
This commit is contained in:
parent
03f4685455
commit
2b9ec05963
@ -65,7 +65,7 @@ begin
|
||||
AddInclude('gtext.inc');
|
||||
end;
|
||||
// Graph unit, restricted to i8086, i386 and x86_64 CPUs
|
||||
T:=P.Targets.AddUnit('graph.pp',[i8086,i386,x86_64],[go32v2,amiga,win32,win64,freebsd,linux,msdos]);
|
||||
T:=P.Targets.AddUnit('graph.pp',[i8086,i386,x86_64],[go32v2,freebsd,linux,msdos]);
|
||||
with T.Dependencies do
|
||||
begin
|
||||
AddInclude('graphh.inc');
|
||||
@ -81,6 +81,20 @@ begin
|
||||
AddInclude('vesah.inc',[go32v2,msdos]);
|
||||
end;
|
||||
|
||||
// Graph unit, for win32 and win64 target
|
||||
T:=P.Targets.AddUnit('graph.pp',[win32,win64]);
|
||||
with T.Dependencies do
|
||||
begin
|
||||
AddInclude('graphh.inc');
|
||||
AddInclude('graph.inc');
|
||||
AddInclude('fontdata.inc');
|
||||
AddInclude('clip.inc');
|
||||
AddInclude('palette.inc');
|
||||
AddInclude('modes.inc');
|
||||
AddInclude('fills.inc');
|
||||
AddInclude('gtext.inc');
|
||||
end;
|
||||
|
||||
T:=P.Targets.AddUnit('src/sdlgraph/sdlgraph.pp',[i386,powerpc],[win32,linux,freebsd,darwin]);
|
||||
with T.Dependencies do
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user