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

git-svn-id: trunk@20151 -
This commit is contained in:
Tomas Hajny 2012-01-22 16:13:25 +00:00
parent 7986f03186
commit aacc62fa0a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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