mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 14:46:02 +02:00
* dl linking killed
This commit is contained in:
parent
ef931fa96e
commit
b419084dfd
@ -20,7 +20,9 @@ unit OraOCI;
|
|||||||
{$linklib common}
|
{$linklib common}
|
||||||
{$linklib core4}
|
{$linklib core4}
|
||||||
{$linklib nlsrtl3}
|
{$linklib nlsrtl3}
|
||||||
|
{$ifndef BSD}
|
||||||
{$linklib dl}
|
{$linklib dl}
|
||||||
|
{$ENDIF}
|
||||||
{$linklib c}
|
{$linklib c}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
@ -1954,7 +1956,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.2 2002-09-07 15:42:53 peter
|
Revision 1.3 2003-08-09 15:19:01 marco
|
||||||
|
* dl linking killed
|
||||||
|
|
||||||
|
Revision 1.2 2002/09/07 15:42:53 peter
|
||||||
* old logs removed and tabs fixed
|
* old logs removed and tabs fixed
|
||||||
|
|
||||||
Revision 1.1 2002/01/29 17:54:54 peter
|
Revision 1.1 2002/01/29 17:54:54 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user