mirror of
https://github.com/holub/mame
synced 2025-04-16 21:44:32 +03:00
enabled compiling part of bgfx that required c++11 (nw)
This commit is contained in:
parent
b9e242db21
commit
6bea96d5f2
@ -674,11 +674,6 @@ end
|
||||
includedirs {
|
||||
MAME_DIR .. "3rdparty/bx/include/compat/mingw",
|
||||
}
|
||||
if _OPTIONS["CPP11"]~="1" then
|
||||
defines {
|
||||
"nullptr=NULL" -- not used but needed for C++11 code
|
||||
}
|
||||
end
|
||||
|
||||
configuration { "osx*" }
|
||||
includedirs {
|
||||
@ -745,7 +740,7 @@ end
|
||||
MAME_DIR .. "3rdparty/bgfx/examples/common/font/text_buffer_manager.cpp",
|
||||
MAME_DIR .. "3rdparty/bgfx/examples/common/font/text_metrics.cpp",
|
||||
MAME_DIR .. "3rdparty/bgfx/examples/common/font/utf8.cpp",
|
||||
--MAME_DIR .. "3rdparty/bgfx/examples/common/imgui/imgui.cpp",
|
||||
MAME_DIR .. "3rdparty/bgfx/examples/common/imgui/imgui.cpp",
|
||||
MAME_DIR .. "3rdparty/bgfx/examples/common/nanovg/nanovg.cpp",
|
||||
MAME_DIR .. "3rdparty/bgfx/examples/common/nanovg/nanovg_bgfx.cpp",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user