mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 12:09:30 +02:00
* msdos is a 8.3 target as well
git-svn-id: branches/i8086@24097 -
This commit is contained in:
parent
259e9757a7
commit
74880f639a
@ -36,6 +36,9 @@ uses
|
|||||||
{$ifdef os2}
|
{$ifdef os2}
|
||||||
{$define LIMIT83FS}
|
{$define LIMIT83FS}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
{$ifdef msdos}
|
||||||
|
{$define LIMIT83FS}
|
||||||
|
{$endif}
|
||||||
|
|
||||||
type
|
type
|
||||||
tcompinfo = (compver,comptarget,compcpu);
|
tcompinfo = (compver,comptarget,compcpu);
|
||||||
@ -697,6 +700,7 @@ begin
|
|||||||
LTarget := CompilerTarget;
|
LTarget := CompilerTarget;
|
||||||
UseOSOnly:= (LTarget='emx') or
|
UseOSOnly:= (LTarget='emx') or
|
||||||
(LTarget='go32v2') or
|
(LTarget='go32v2') or
|
||||||
|
(LTarget='msdos') or
|
||||||
(LTarget='os2');
|
(LTarget='os2');
|
||||||
end;
|
end;
|
||||||
{$endif not LIMIT83FS}
|
{$endif not LIMIT83FS}
|
||||||
|
Loading…
Reference in New Issue
Block a user