Browse Source

+ Add %needlibrary to libraries themselves to avoid error report on systems not supporting libraries

git-svn-id: trunk@18169 -
pierre 14 years ago
parent
commit
3d701bc644
2 changed files with 2 additions and 0 deletions
  1. 1 0
      tests/tbs/tb0225.pp
  2. 1 0
      tests/tbs/tb0304.pp

+ 1 - 0
tests/tbs/tb0225.pp

@@ -1,4 +1,5 @@
 { %TARGET=win32,linux,wince }
 { %TARGET=win32,linux,wince }
+{ %needlibrary }
 { %NORUN }
 { %NORUN }
 
 
 { Old file: tbs0263.pp }
 { Old file: tbs0263.pp }

+ 1 - 0
tests/tbs/tb0304.pp

@@ -1,4 +1,5 @@
 { %TARGET=win32,wince }
 { %TARGET=win32,wince }
+{ %needlibrary }
 { %NORUN }
 { %NORUN }
 library test;
 library test;