mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 09:23:48 +02:00
* fixed dyn. lib extension on darwin
This commit is contained in:
parent
c1608e3c69
commit
5b337d75f7
@ -370,11 +370,11 @@ unit i_bsd;
|
|||||||
objext : '.o';
|
objext : '.o';
|
||||||
resext : '.res';
|
resext : '.res';
|
||||||
resobjext : '.or';
|
resobjext : '.or';
|
||||||
sharedlibext : '.so';
|
sharedlibext : '.dylib';
|
||||||
staticlibext : '.a';
|
staticlibext : '.a';
|
||||||
staticlibprefix : 'libp';
|
staticlibprefix : 'libp';
|
||||||
sharedlibprefix : 'lib';
|
sharedlibprefix : 'lib';
|
||||||
sharedClibext : '.so';
|
sharedClibext : '.dylib';
|
||||||
staticClibext : '.a';
|
staticClibext : '.a';
|
||||||
staticClibprefix : 'lib';
|
staticClibprefix : 'lib';
|
||||||
sharedClibprefix : 'lib';
|
sharedClibprefix : 'lib';
|
||||||
@ -443,7 +443,10 @@ initialization
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.9 2004-02-08 20:03:05 jonas
|
Revision 1.10 2004-03-29 21:17:39 florian
|
||||||
|
* fixed dyn. lib extension on darwin
|
||||||
|
|
||||||
|
Revision 1.9 2004/02/08 20:03:05 jonas
|
||||||
* corrected first_param_offset for darwin
|
* corrected first_param_offset for darwin
|
||||||
|
|
||||||
Revision 1.8 2004/01/29 15:48:10 marco
|
Revision 1.8 2004/01/29 15:48:10 marco
|
||||||
|
Loading…
Reference in New Issue
Block a user