Renaming to genie.

This commit is contained in:
Branimir Karadžić
2014-09-10 21:40:18 -07:00
parent 089427717d
commit e557ccb730
5 changed files with 3 additions and 3 deletions

View File

@@ -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:

View File

@@ -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)