* Remove targets go32 and nativent, missing syncobjs unit for those platforms (bug ID 32305)

git-svn-id: trunk@37001 -
This commit is contained in:
michael 2017-08-21 06:49:38 +00:00
parent 6513755e2e
commit 608aad5dd3

View File

@ -25,7 +25,7 @@ begin
P.Description := 'Process (execution) related parts of Free Component Libraries (FCL), FPC''s OOP library.';
P.Options.Add('-S2h');
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.IncludePath.Add('src/unix',AllUnixOSes);