mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 18:49:14 +02:00
Add msdos and win16 to the list of target OS for which TargetHasDosStylesDirectories
git-svn-id: trunk@33830 -
This commit is contained in:
parent
9f9abd525a
commit
433da1b199
@ -686,11 +686,13 @@ begin
|
||||
TargetHasDosStyleDirectories :=
|
||||
(LTarget='emx') or
|
||||
(LTarget='go32v2') or
|
||||
(LTarget='msdos') or
|
||||
(LTarget='nativent') or
|
||||
(LTarget='os2') or
|
||||
(LTarget='symbian') or
|
||||
(LTarget='watcom') or
|
||||
(LTarget='wdosx') or
|
||||
(LTarget='win16') or
|
||||
(LTarget='win32') or
|
||||
(LTarget='win64');
|
||||
TargetAmigaLike:=
|
||||
|
Loading…
Reference in New Issue
Block a user