mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 04:53:06 +01:00
Renaming to genie.
This commit is contained in:
4
makefile
4
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:
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user