Browse Source

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

git-svn-id: trunk@33830 -
pierre 9 years ago
parent
commit
433da1b199
1 changed files with 2 additions and 0 deletions
  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:=