mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 13:49:17 +02:00
- disable package fcl-res for i8086-msdos, since it doesn't build in 186+ mode,
so it prevents making an msdos installer. Note that the fcl-res package is currently unusable on this platform anyway, because it uses unit classes, which exceeds the 64kb global data limit (due to too much rtti) and thus doesn't work in any memory model currently supported (it should work in the huge model, but that is not ready yet). git-svn-id: trunk@29440 -
This commit is contained in:
parent
96ea6b0001
commit
5406b13a08
@ -24,7 +24,7 @@ begin
|
||||
P.Email := '';
|
||||
P.Description := 'Resource handling of Free Component Libraries (FCL), FPC''s OOP library.';
|
||||
P.NeedLibC:= false;
|
||||
P.OSes:=AllOSes-[embedded];
|
||||
P.OSes:=AllOSes-[embedded,msdos];
|
||||
|
||||
P.SourcePath.Add('src');
|
||||
P.IncludePath.Add('src');
|
||||
|
Loading…
Reference in New Issue
Block a user