mirror of https://github.com/bkaradzic/bgfx
Switching to genie.
This commit is contained in:
parent
d8b424dc84
commit
ef45664dd8
|
@ -271,9 +271,6 @@ Building
|
|||
|
||||
### Prerequisites
|
||||
|
||||
To generate project files you need [premake-fork](https://github.com/bkaradzic/premake-fork),
|
||||
prebuilt binaries are [part of bx](https://github.com/bkaradzic/bx/tree/master/tools/bin).
|
||||
|
||||
Windows users download GnuWin32 utilities from:
|
||||
[http://gnuwin32.sourceforge.net/packages/make.htm](http://gnuwin32.sourceforge.net/packages/make.htm)
|
||||
[http://gnuwin32.sourceforge.net/packages/coreutils.htm](http://gnuwin32.sourceforge.net/packages/coreutils.htm)
|
||||
|
|
|
@ -37,7 +37,7 @@ defines {
|
|||
"BX_CONFIG_ENABLE_MSVC_LEVEL4_WARNINGS=1"
|
||||
}
|
||||
|
||||
dofile (BX_DIR .. "premake/toolchain.lua")
|
||||
dofile (BX_DIR .. "scripts/toolchain.lua")
|
||||
toolchain(BGFX_BUILD_DIR, BGFX_THIRD_PARTY_DIR)
|
||||
|
||||
function copyLib()
|
Loading…
Reference in New Issue