mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 01:39:27 +02:00
* no longer linux-specific naming for library
git-svn-id: trunk@1382 -
This commit is contained in:
parent
00b612502e
commit
a2cf6c4982
@ -18,7 +18,8 @@ const
|
||||
{$ifdef win32}
|
||||
libname='tlibrary1.dll';
|
||||
{$else}
|
||||
libname='libtlibrary1.so';
|
||||
libname='tlibrary1';
|
||||
{$linklib tlibrary1}
|
||||
{$endif}
|
||||
|
||||
procedure test;external libname name 'TestName';
|
||||
|
Loading…
Reference in New Issue
Block a user