* changed ppu extentions from pput to ppu

This commit is contained in:
florian 2003-01-13 22:15:58 +00:00
parent c47628fa5d
commit d332ad8519

View File

@ -42,7 +42,7 @@ unit i_macos;
defext : '';
scriptext : '';
smartext : '.sl';
unitext : '.pput';
unitext : '.ppu';
unitlibext : '.ppl';
asmext : '.s';
objext : '.o';
@ -102,7 +102,10 @@ initialization
end.
{
$Log$
Revision 1.7 2003-01-13 17:16:44 olle
Revision 1.8 2003-01-13 22:15:58 florian
* changed ppu extentions from pput to ppu
Revision 1.7 2003/01/13 17:16:44 olle
* Fixed typo
Revision 1.6 2003/01/13 13:03:56 florian
@ -136,4 +139,4 @@ end.
Revision 1.1 2002/07/26 21:15:38 florian
* rewrote the system handling
}
}