mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 09:49:11 +02:00
* renamed tlibrary to tlibrary1 so it'll be compiled before tlibrary2
This commit is contained in:
parent
46ed8eb932
commit
405bc99c16
@ -1,3 +1,4 @@
|
||||
{ %OPT=-Fl. }
|
||||
{ %NEEDLIBRARY }
|
||||
|
||||
{ Test program to test linking to fpc library }
|
||||
@ -16,9 +17,9 @@
|
||||
|
||||
const
|
||||
{$ifdef win32}
|
||||
libname='tlibrary.dll';
|
||||
libname='tlibrary1.dll';
|
||||
{$else}
|
||||
libname='libtlibrary.so';
|
||||
libname='libtlibrary1.so';
|
||||
{$endif}
|
||||
|
||||
procedure test;external libname name 'TestName';
|
||||
|
Loading…
Reference in New Issue
Block a user