Branimir Karadžić 11 лет назад
Родитель
Сommit
e557ccb730
5 измененных файлов с 3 добавлено и 3 удалено
  1. 2 2
      makefile
  2. 1 1
      scripts/toolchain.lua
  3. 0 0
      tools/bin/darwin/genie
  4. 0 0
      tools/bin/linux/genie
  5. 0 0
      tools/bin/windows/genie.exe

+ 2 - 2
makefile

@@ -14,7 +14,7 @@ else
 OS=windows
 OS=windows
 endif
 endif
 
 
-GENIE=../bx/tools/bin/$(OS)/premake4
+GENIE=../bx/tools/bin/$(OS)/genie
 
 
 all:
 all:
 	$(GENIE) vs2008
 	$(GENIE) vs2008
@@ -167,7 +167,7 @@ analyze:
 	cppcheck examples/
 	cppcheck examples/
 
 
 docs:
 docs:
-	doxygen premake/bgfx.doxygen
+	doxygen scripts/bgfx.doxygen
 	markdown README.md > .build/docs/readme.html
 	markdown README.md > .build/docs/readme.html
 
 
 clean:
 clean:

+ 1 - 1
scripts/toolchain.lua

@@ -38,7 +38,7 @@ function toolchain(_buildDir, _libDir)
 		description = "Set Android platform version.",
 		description = "Set Android platform version.",
 	}
 	}
 
 
-	-- Avoid error when invoking premake4 --help.
+	-- Avoid error when invoking genie --help.
 	if (_ACTION == nil) then return end
 	if (_ACTION == nil) then return end
 
 
 	location (_buildDir .. "projects/" .. _ACTION)
 	location (_buildDir .. "projects/" .. _ACTION)

+ 0 - 0
tools/bin/darwin/premake4 → tools/bin/darwin/genie


+ 0 - 0
tools/bin/linux/premake4 → tools/bin/linux/genie


+ 0 - 0
tools/bin/windows/premake4.exe → tools/bin/windows/genie.exe