Ver Fonte

Add msdos and win16 to the list of target OS for which TargetHasDosStylesDirectories

git-svn-id: trunk@33830 -
pierre há 9 anos atrás
pai
commit
433da1b199
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      tests/utils/dotest.pp

+ 2 - 0
tests/utils/dotest.pp

@@ -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:=