mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 04:49:19 +02:00
* changed .pas back to .p
This commit is contained in:
parent
3ab3e2e19b
commit
8d67f439f3
@ -37,7 +37,7 @@ unit i_macos;
|
|||||||
unit_env : '';
|
unit_env : '';
|
||||||
extradefines : '';
|
extradefines : '';
|
||||||
sourceext : '.pp';
|
sourceext : '.pp';
|
||||||
pasext : '.pas'; //is normally .p on MacOS, but then the compiler doesnt compile.
|
pasext : '.p'; {is normally .p for mac pascals}
|
||||||
exeext : '';
|
exeext : '';
|
||||||
defext : '';
|
defext : '';
|
||||||
scriptext : '';
|
scriptext : '';
|
||||||
@ -102,7 +102,10 @@ initialization
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.13 2004-02-19 20:40:20 olle
|
Revision 1.14 2004-05-03 09:48:15 olle
|
||||||
|
* changed .pas back to .p
|
||||||
|
|
||||||
|
Revision 1.13 2004/02/19 20:40:20 olle
|
||||||
+ Support for Link on target especially for MacOS
|
+ Support for Link on target especially for MacOS
|
||||||
+ TLinkerMPW
|
+ TLinkerMPW
|
||||||
+ TAsmScriptMPW
|
+ TAsmScriptMPW
|
||||||
|
Loading…
Reference in New Issue
Block a user