* renamed tlibrary to tlibrary1 so it'll be compiled before tlibrary2

This commit is contained in:
peter 2002-12-17 23:14:19 +00:00
parent 46ed8eb932
commit 405bc99c16
2 changed files with 3 additions and 2 deletions

View File

@ -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';