adjust some filename suffixes for new stdlib scheme

This commit is contained in:
slederer 2024-11-11 00:33:26 +01:00
parent 66052dca6f
commit 7fdbd247e6
2 changed files with 2 additions and 2 deletions

View file

@ -261,7 +261,7 @@ const insSize = 2;
MaxIncludes = 4;
StdLibName = 'stdlib';
UnitSuffix1 = '.inc';
UnitSuffix2 = '.lib';
UnitSuffix2 = '.s';
FilenameSuffix = '.pas';
OutfileSuffix = '.s';
InputFileName = 'INPUT';

View file

@ -5,7 +5,7 @@ const shortcutChar = '`';
firstShCChar = 'A';
lastShCChar = 'i';
OutfileSuffix = '.lib';
OutfileSuffix = '.cs';
{$I 'platfile-types+.pas'}