mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:29:27 +02:00
+ dl and crypt only needed on Linux
This commit is contained in:
parent
bea2706914
commit
3f4ec841ad
@ -15,8 +15,10 @@
|
||||
|
||||
program TestIB;
|
||||
|
||||
{$ifdef linux}
|
||||
{$linklib dl}
|
||||
{$linklib crypt}
|
||||
{$endif}
|
||||
|
||||
uses Interbase, SysUtils;
|
||||
|
||||
@ -90,7 +92,10 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.4 2002-09-07 15:15:23 peter
|
||||
Revision 1.5 2003-07-19 15:36:24 michael
|
||||
+ dl and crypt only needed on Linux
|
||||
|
||||
Revision 1.4 2002/09/07 15:15:23 peter
|
||||
* old logs removed and tabs fixed
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user