adjust some filename suffixes for new stdlib scheme
This commit is contained in:
parent
66052dca6f
commit
7fdbd247e6
2 changed files with 2 additions and 2 deletions
|
|
@ -261,7 +261,7 @@ const insSize = 2;
|
|||
MaxIncludes = 4;
|
||||
StdLibName = 'stdlib';
|
||||
UnitSuffix1 = '.inc';
|
||||
UnitSuffix2 = '.lib';
|
||||
UnitSuffix2 = '.s';
|
||||
FilenameSuffix = '.pas';
|
||||
OutfileSuffix = '.s';
|
||||
InputFileName = 'INPUT';
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ const shortcutChar = '`';
|
|||
firstShCChar = 'A';
|
||||
lastShCChar = 'i';
|
||||
|
||||
OutfileSuffix = '.lib';
|
||||
OutfileSuffix = '.cs';
|
||||
|
||||
{$I 'platfile-types+.pas'}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue