|
@@ -25,7 +25,7 @@ begin
|
|
P.Description := 'Process (execution) related parts of Free Component Libraries (FCL), FPC''s OOP library.';
|
|
P.Description := 'Process (execution) related parts of Free Component Libraries (FCL), FPC''s OOP library.';
|
|
P.Options.Add('-S2h');
|
|
P.Options.Add('-S2h');
|
|
P.NeedLibC:= false;
|
|
P.NeedLibC:= false;
|
|
- P.OSes:=AllOSes-[embedded,msdos,win16,macos,palmos];
|
|
|
|
|
|
+ P.OSes:=AllOSes-[embedded,msdos,win16,go32v2,nativent,macos,palmos];
|
|
|
|
|
|
P.SourcePath.Add('src');
|
|
P.SourcePath.Add('src');
|
|
P.IncludePath.Add('src/unix',AllUnixOSes);
|
|
P.IncludePath.Add('src/unix',AllUnixOSes);
|