mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 07:29:25 +02:00
+ LibName for netware
This commit is contained in:
parent
898c56890a
commit
90a404f44c
@ -22,7 +22,11 @@ interface
|
|||||||
|
|
||||||
Const
|
Const
|
||||||
{$ifndef win32}
|
{$ifndef win32}
|
||||||
|
{$ifdef netware}
|
||||||
|
LibName = 'clib';
|
||||||
|
{$else}
|
||||||
LibName = 'c';
|
LibName = 'c';
|
||||||
|
{$endif}
|
||||||
{$else}
|
{$else}
|
||||||
LibName = 'msvcrt';
|
LibName = 'msvcrt';
|
||||||
{$endif}
|
{$endif}
|
||||||
@ -121,7 +125,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.7 2002-11-01 17:56:39 peter
|
Revision 1.8 2003-03-17 15:40:05 armin
|
||||||
|
+ LibName for netware
|
||||||
|
|
||||||
|
Revision 1.7 2002/11/01 17:56:39 peter
|
||||||
* needlock field added for 1.1
|
* needlock field added for 1.1
|
||||||
|
|
||||||
Revision 1.6 2002/09/08 15:43:47 michael
|
Revision 1.6 2002/09/08 15:43:47 michael
|
||||||
|
Loading…
Reference in New Issue
Block a user