* fixed dyn. lib extension on darwin

This commit is contained in:
florian 2004-03-29 21:17:39 +00:00
parent c1608e3c69
commit 5b337d75f7

View File

@ -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