mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 22:48:57 +02:00
Amiga, AROS, MorphOS: Enable NumLib
git-svn-id: trunk@33148 -
This commit is contained in:
parent
a55016bf93
commit
fedfdbba6c
@ -19,7 +19,7 @@ begin
|
||||
P.Version:='3.1.1';
|
||||
P.SourcePath.Add('src');
|
||||
P.IncludePath.Add('src');
|
||||
P.OSes := AllUnixOSes+AllWindowsOSes-[qnx];
|
||||
P.OSes := AllUnixOSes+AllWindowsOSes+AllAmigaLikeOSes-[qnx];
|
||||
// P.Dependencies.Add('x11');
|
||||
|
||||
T:=P.Targets.AddUnit('det.pas');
|
||||
@ -83,7 +83,7 @@ begin
|
||||
AddUnit('dsl');
|
||||
AddUnit('omv');
|
||||
end;
|
||||
T:=P.Targets.AddUnit('numlib.pas');
|
||||
T:=P.Targets.AddUnit('numlib.pas', AllOSes-AllAmigaLikeOSes);
|
||||
with T.Dependencies do
|
||||
begin
|
||||
AddInclude('direct.inc');
|
||||
|
Loading…
Reference in New Issue
Block a user