update build automation scripts

This commit is contained in:
nakst 2022-02-03 20:13:44 +00:00
parent 2c1ba48130
commit f3dc4395fc
2 changed files with 5 additions and 2 deletions

View File

@ -614,7 +614,10 @@ void Start() {
assert targetName != "";
assert toolchainPrefix != "";
// PrintStdErrHighlight("Building port: '%portName%'\n");
if portName == "all" {
PrintStdErrHighlight("Building port: '%portName%'\n");
}
// PrintStdErrHighlight("Target name: '%targetName%'\n");
// PrintStdErrHighlight("Toolchain prefix: '%toolchainPrefix%'\n");
// PrintStdErrHighlight("Processors to use for compilation: '%processorCount%'\n");

View File

@ -115,7 +115,7 @@ void AutomationBuild() {
assert FileCopy("util/stb_truetype.h", "Essence/Licenses/stb_truetype.h");
assert FileCopy("res/Fonts/Hack License.md", "Essence/Licenses/Hack License.md");
assert FileCopy("res/Fonts/Inter License.txt", "Essence/Licenses/Inter License.txt");
assert FileCopy("res/Fonts/Atkinson Hyperlegible", "License.txt Essence/Licenses/Atkinson Hyperlegible License.txt");
assert FileCopy("res/Fonts/Atkinson Hyperlegible License.txt", "License.txt Essence/Licenses/Atkinson Hyperlegible License.txt");
assert FileCopy("res/Fonts/OpenDyslexic License.txt", "Essence/Licenses/OpenDyslexic License.txt");
assert FileCopy("res/elementary Icons License.txt", "Essence/Licenses/elementary Icons License.txt");
assert FileCopy("res/Sample Images/Licenses.txt", "Essence/Licenses/Sample Images.txt");