* make TLinkerInfo fields ansistrings as xtensa-freertos needs long command lines

git-svn-id: trunk@44440 -
This commit is contained in:
florian 2020-03-30 20:42:56 +00:00
parent 3135effee3
commit 8e929b2879

View File

@ -40,7 +40,7 @@ interface
TLinkerInfo=record
ExeCmd,
DllCmd,
ExtDbgCmd : array[1..3] of string;
ExtDbgCmd : array[1..3] of ansistring;
ResName : string[100];
ScriptName : string[100];
ExtraOptions : TCmdStr;