mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
required to get latest mongoose compiling
This commit is contained in:
parent
43ef9c65e0
commit
3a692ce773
@ -414,7 +414,7 @@ project "mongoose"
|
|||||||
"ForceCPP",
|
"ForceCPP",
|
||||||
}
|
}
|
||||||
defines {
|
defines {
|
||||||
"MONGOOSE_ENABLE_THREADS",
|
-- "MONGOOSE_ENABLE_THREADS", -- newest version does this now
|
||||||
"NS_STACK_SIZE=0"
|
"NS_STACK_SIZE=0"
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -580,6 +580,11 @@ project "bgfx"
|
|||||||
includedirs {
|
includedirs {
|
||||||
MAME_DIR .. "3rdparty/bx/include/compat/mingw",
|
MAME_DIR .. "3rdparty/bx/include/compat/mingw",
|
||||||
}
|
}
|
||||||
|
buildoptions {
|
||||||
|
"-Wno-error=pedantic",
|
||||||
|
"-Wno-pedantic"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
configuration { "osx*" }
|
configuration { "osx*" }
|
||||||
includedirs {
|
includedirs {
|
||||||
|
Loading…
Reference in New Issue
Block a user