mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-16 11:49:22 +02:00
* ppus have the extension ppu on macos as well now
This commit is contained in:
parent
0206d6401c
commit
bfb8548ce0
@ -42,7 +42,7 @@ unit i_macos;
|
||||
defext : '';
|
||||
scriptext : '';
|
||||
smartext : '.sl';
|
||||
unitext : '.ppt';
|
||||
unitext : '.pput';
|
||||
unitlibext : '.ppl';
|
||||
asmext : '.a';
|
||||
objext : '.o';
|
||||
@ -102,7 +102,10 @@ initialization
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.2 2002-09-11 19:59:14 florian
|
||||
Revision 1.3 2002-10-02 21:29:34 florian
|
||||
* ppus have the extension ppu on macos as well now
|
||||
|
||||
Revision 1.2 2002/09/11 19:59:14 florian
|
||||
* renamed target macosppc to macppc
|
||||
|
||||
Revision 1.1 2002/09/06 15:03:51 carl
|
||||
@ -121,4 +124,4 @@ end.
|
||||
|
||||
Revision 1.1 2002/07/26 21:15:38 florian
|
||||
* rewrote the system handling
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user