Browse Source

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

git-svn-id: trunk@33830 -
pierre 9 năm trước cách đây
mục cha
commit
433da1b199
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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:=