* ppus have the extension ppu on macos as well now

This commit is contained in:
florian 2002-10-02 21:29:34 +00:00
parent 0206d6401c
commit bfb8548ce0

View File

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