mirror of
https://github.com/holub/mame
synced 2025-06-11 15:16:09 +03:00
android build folders (nw)
Signed-off-by: Jeffrey Clark <h0tw1r3@users.noreply.github.com>
This commit is contained in:
parent
245b8d4163
commit
2f3f53ed61
@ -772,9 +772,15 @@ function toolchain(_buildDir, _subDir)
|
|||||||
configuration { "openbsd", "x64", "Debug" }
|
configuration { "openbsd", "x64", "Debug" }
|
||||||
targetdir (_buildDir .. "openbsd" .. "/bin/x64/Debug")
|
targetdir (_buildDir .. "openbsd" .. "/bin/x64/Debug")
|
||||||
|
|
||||||
|
configuration { "android-*", "Release" }
|
||||||
|
targetdir (_buildDir .. "android/bin/" .. _OPTIONS["PLATFORM"] .. "/Release")
|
||||||
|
objdir (_buildDir .. "android/obj/" .. _OPTIONS["PLATFORM"] .. "/Release")
|
||||||
|
|
||||||
|
configuration { "android-*", "Debug" }
|
||||||
|
targetdir (_buildDir .. "android/bin/" .. _OPTIONS["PLATFORM"] .. "/Debug")
|
||||||
|
objdir (_buildDir .. "android/obj/" .. _OPTIONS["PLATFORM"] .. "/Debug")
|
||||||
|
|
||||||
configuration { "android-*" }
|
configuration { "android-*" }
|
||||||
targetdir (_buildDir .. "android-" .. _OPTIONS["PLATFORM"] .. "/bin")
|
|
||||||
objdir (_buildDir .. "android-" .. _OPTIONS["PLATFORM"] .. "/obj")
|
|
||||||
includedirs {
|
includedirs {
|
||||||
MAME_DIR .. "3rdparty/bgfx/3rdparty/khronos",
|
MAME_DIR .. "3rdparty/bgfx/3rdparty/khronos",
|
||||||
"$(ANDROID_NDK_ROOT)/sources/cxx-stl/llvm-libc++/libcxx/include",
|
"$(ANDROID_NDK_ROOT)/sources/cxx-stl/llvm-libc++/libcxx/include",
|
||||||
|
Loading…
Reference in New Issue
Block a user