Folding build_tools back into the main repo for simplicity.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
project_root = "../../../../.."
|
||||
include(project_root.."/build_tools")
|
||||
include(project_root.."/tools/build")
|
||||
|
||||
group("src")
|
||||
project("xenia-cpu-backend-x64")
|
||||
@@ -21,6 +21,6 @@ project("xenia-cpu-backend-x64")
|
||||
})
|
||||
includedirs({
|
||||
project_root.."/third_party/capstone/include",
|
||||
project_root.."/build_tools/third_party/gflags/src",
|
||||
project_root.."/third_party/gflags/src",
|
||||
})
|
||||
local_platform_files()
|
||||
|
||||
@@ -178,6 +178,6 @@ test_divdu_11:
|
||||
#_ REGISTER_IN r3 0xFFFFFFFF
|
||||
divdu. r0, r0, r3
|
||||
blr
|
||||
#_ REGISTER_OUT r0 0xFFFFFFFF
|
||||
#_ REGISTER_OUT r0 0
|
||||
#_ REGISTER_OUT r3 0xFFFFFFFF
|
||||
#_ REGISTER_OUT cr 0x0000000020000000
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
project_root = "../../../../.."
|
||||
include(project_root.."/build_tools")
|
||||
include(project_root.."/tools/build")
|
||||
|
||||
group("tests")
|
||||
project("xenia-cpu-ppc-tests")
|
||||
@@ -25,7 +25,7 @@ project("xenia-cpu-ppc-tests")
|
||||
"*.s",
|
||||
})
|
||||
includedirs({
|
||||
project_root.."/build_tools/third_party/gflags/src",
|
||||
project_root.."/third_party/gflags/src",
|
||||
})
|
||||
filter("files:*.s")
|
||||
flags({"ExcludeFromBuild"})
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
project_root = "../../.."
|
||||
include(project_root.."/build_tools")
|
||||
include(project_root.."/tools/build")
|
||||
|
||||
group("src")
|
||||
project("xenia-cpu")
|
||||
@@ -11,7 +11,7 @@ project("xenia-cpu")
|
||||
})
|
||||
includedirs({
|
||||
project_root.."/third_party/llvm/include",
|
||||
project_root.."/build_tools/third_party/gflags/src",
|
||||
project_root.."/third_party/gflags/src",
|
||||
})
|
||||
local_platform_files()
|
||||
local_platform_files("backend")
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
project_root = "../../../.."
|
||||
include(project_root.."/build_tools")
|
||||
include(project_root.."/tools/build")
|
||||
|
||||
test_suite("xenia-cpu-tests", project_root, ".", {
|
||||
includedirs = {
|
||||
project_root.."/build_tools/third_party/gflags/src",
|
||||
project_root.."/third_party/gflags/src",
|
||||
},
|
||||
links = {
|
||||
"xenia-base",
|
||||
|
||||
Reference in New Issue
Block a user