mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-04 05:34:53 +01:00
+ Add %needlibrary to libraries themselves to avoid error report on systems not supporting libraries
git-svn-id: trunk@18169 -
This commit is contained in:
parent
405cf34bd3
commit
3d701bc644
@ -1,4 +1,5 @@
|
||||
{ %TARGET=win32,linux,wince }
|
||||
{ %needlibrary }
|
||||
{ %NORUN }
|
||||
|
||||
{ Old file: tbs0263.pp }
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
{ %TARGET=win32,wince }
|
||||
{ %needlibrary }
|
||||
{ %NORUN }
|
||||
library test;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user