diff --git a/makefile b/makefile index 21ebc36..719e201 100644 --- a/makefile +++ b/makefile @@ -14,7 +14,7 @@ else OS=windows endif -GENIE=../bx/tools/bin/$(OS)/premake4 +GENIE=../bx/tools/bin/$(OS)/genie all: $(GENIE) vs2008 @@ -167,7 +167,7 @@ analyze: cppcheck examples/ docs: - doxygen premake/bgfx.doxygen + doxygen scripts/bgfx.doxygen markdown README.md > .build/docs/readme.html clean: diff --git a/scripts/toolchain.lua b/scripts/toolchain.lua index b47b8de..98fbdd5 100755 --- a/scripts/toolchain.lua +++ b/scripts/toolchain.lua @@ -38,7 +38,7 @@ function toolchain(_buildDir, _libDir) description = "Set Android platform version.", } - -- Avoid error when invoking premake4 --help. + -- Avoid error when invoking genie --help. if (_ACTION == nil) then return end location (_buildDir .. "projects/" .. _ACTION) diff --git a/tools/bin/darwin/premake4 b/tools/bin/darwin/genie similarity index 100% rename from tools/bin/darwin/premake4 rename to tools/bin/darwin/genie diff --git a/tools/bin/linux/premake4 b/tools/bin/linux/genie similarity index 100% rename from tools/bin/linux/premake4 rename to tools/bin/linux/genie diff --git a/tools/bin/windows/premake4.exe b/tools/bin/windows/genie.exe similarity index 100% rename from tools/bin/windows/premake4.exe rename to tools/bin/windows/genie.exe