mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-19 05:23:00 +01:00
Switching to genie.
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user