Add new build tool log location for project files generation (as Launcher might want)
This commit is contained in:
@@ -621,7 +621,8 @@ bool Editor::Init()
|
|||||||
// Scripts project files generation from command line
|
// Scripts project files generation from command line
|
||||||
if (CommandLine::Options.GenProjectFiles)
|
if (CommandLine::Options.GenProjectFiles)
|
||||||
{
|
{
|
||||||
const bool failed = ScriptsBuilder::GenerateProject();
|
const String customArgs = TEXT("-verbose -log -logfile=\"Cache/Intermediate/ProjectFileLog.txt\"");
|
||||||
|
const bool failed = ScriptsBuilder::GenerateProject(customArgs);
|
||||||
exit(failed ? 1 : 0);
|
exit(failed ? 1 : 0);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user