Browse Source

* OS/2 doesn't support generation of shared libraries yet due to ld limitations

git-svn-id: trunk@20151 -
Tomas Hajny 13 năm trước cách đây
mục cha
commit
aacc62fa0a
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      tests/test/tlib1a.pp
  2. 1 1
      tests/test/tlib1b.pp

+ 1 - 1
tests/test/tlib1a.pp

@@ -1,4 +1,4 @@
-{ %skiptarget=go32v2 }
+{ %skiptarget=go32v2,os2 }
 { %opt=-gl -O- }
 { %norun }
 {$goto on}

+ 1 - 1
tests/test/tlib1b.pp

@@ -1,4 +1,4 @@
-{ %skiptarget=go32v2 }
+{ %skiptarget=go32v2,os2 }
 { %opt=-gl -O- }
 { %needlibrary }
 {$goto on}