mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed assert macros, and improved error handling.
This commit is contained in:
@@ -46,7 +46,6 @@ function bgfxProjectBase(_kind, _defines)
|
||||
|
||||
links {
|
||||
"bimg",
|
||||
"bx",
|
||||
}
|
||||
|
||||
configuration { "vs20* or mingw*" }
|
||||
@@ -95,15 +94,12 @@ function bgfxProjectBase(_kind, _defines)
|
||||
|
||||
includedirs {
|
||||
path.join(BGFX_DIR, "3rdparty"),
|
||||
path.join(BX_DIR, "include"),
|
||||
path.join(BIMG_DIR, "include"),
|
||||
}
|
||||
|
||||
defines (_defines)
|
||||
|
||||
links {
|
||||
"bx",
|
||||
}
|
||||
using_bx()
|
||||
|
||||
if _OPTIONS["with-glfw"] then
|
||||
defines {
|
||||
@@ -111,11 +107,6 @@ function bgfxProjectBase(_kind, _defines)
|
||||
}
|
||||
end
|
||||
|
||||
configuration { "Debug" }
|
||||
defines {
|
||||
"BGFX_CONFIG_DEBUG=1",
|
||||
}
|
||||
|
||||
configuration { "vs* or mingw*", "not durango" }
|
||||
includedirs {
|
||||
path.join(BGFX_DIR, "3rdparty/dxsdk/include"),
|
||||
|
||||
Reference in New Issue
Block a user