* compile fixed

git-svn-id: trunk@8944 -
This commit is contained in:
peter 2007-10-26 08:13:24 +00:00
parent 6ea1339f0a
commit 94aa14018d
2 changed files with 3 additions and 1 deletions

View File

@ -121,7 +121,7 @@ begin
if Options.CurrentCompilerConfig='default' then
begin
Log(vDebug,SLogGeneratingCompilerConfig,[S]);
Options.InitCompilerDefaults('');
Options.InitCompilerDefaults;
Options.SaveCompilerToFile(S);
end
else

View File

@ -77,9 +77,11 @@ type
function TCommandAddConfig.Execute(const Args:TActionArgs):boolean;
begin
{
Log(vInfo,SLogGeneratingCompilerConfig,[S]);
Options.InitCompilerDefaults(Args[2]);
Options.SaveCompilerToFile(S);
}
Result:=true;
end;