* 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 : ''; defext : '';
scriptext : ''; scriptext : '';
smartext : '.sl'; smartext : '.sl';
unitext : '.pput'; unitext : '.ppu';
unitlibext : '.ppl'; unitlibext : '.ppl';
asmext : '.s'; asmext : '.s';
objext : '.o'; objext : '.o';
@ -102,7 +102,10 @@ initialization
end. end.
{ {
$Log$ $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 * Fixed typo
Revision 1.6 2003/01/13 13:03:56 florian Revision 1.6 2003/01/13 13:03:56 florian