Various updates to get pak builds working (#4552)

* Various updates to get pak builds working

-Fix basing config file merges off engine root.
-Merge command-line in relelase to make sure they override defaults.
-Fix nullptrs.
-Exclude more paths from being sent to bootstrap setreg.

Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>

* Reverting a change that caused some test failures.

Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>

* Change tabs to spaces

Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>
This commit is contained in:
amzn-phist
2021-10-13 15:22:25 -05:00
committed by GitHub
parent e7d7720d02
commit 29b62c7b84
4 changed files with 13 additions and 2 deletions
+6 -1
View File
@@ -20,8 +20,13 @@
"Excludes":
[
"/Amazon/AzCore/Runtime",
"/Amazon/AzCore/Bootstrap/engine_path",
"/Amazon/AzCore/Bootstrap/project_path",
"/O3DE/Runtime",
"/Amazon/AzCore/Bootstrap/project_cache_path",
"/Amazon/AzCore/Bootstrap/project_user_path",
"/Amazon/AzCore/Bootstrap/project_log_path",
"/Amazon/Project/Settings/Build/project_build_path",
"/O3DE/Runtime"
]
}
}