mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 12:39:09 +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}
|
{$ifdef win32}
|
||||||
libname='tlibrary1.dll';
|
libname='tlibrary1.dll';
|
||||||
{$else}
|
{$else}
|
||||||
libname='libtlibrary1.so';
|
libname='tlibrary1';
|
||||||
|
{$linklib tlibrary1}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
procedure test;external libname name 'TestName';
|
procedure test;external libname name 'TestName';
|
||||||
|
Loading…
Reference in New Issue
Block a user