Merge pull request #471 from sephiroth99/fixpremake

Premake: Fix usage of build scripts
This commit is contained in:
Ben Vanik 2015-11-28 14:45:17 -08:00
commit 80c6e14cdc
5 changed files with 4 additions and 4 deletions

View File

@ -18,4 +18,3 @@ project("xenia-apu")
project_root.."/third_party/libav/",
})
local_platform_files()

View File

@ -1,6 +1,7 @@
project_root = "../../../.."
include(project_root.."/build_tools")
group("src")
project("xenia-apu-xaudio2")
uuid("7a54a497-24d9-4c0e-a013-8507a04231f9")
kind("StaticLib")

View File

@ -13,6 +13,6 @@ project("xenia-hid-xinput")
defines({
})
includedirs({
project_root.."/build_tools/third_party/gflags/src",
project_root.."/build_tools/third_party/gflags/src",
})
local_platform_files()

@ -1 +1 @@
Subproject commit e4b3316c360085ced026087e82b0e31aaba57532
Subproject commit 3e7d961fea8cf8a857292d21106834c8566903f2

2
third_party/libav vendored

@ -1 +1 @@
Subproject commit 17d2a58db396a153d8b5e3d262b2a561f7786f12
Subproject commit 9919df9ebe02baa4f4a8082e82d6807680977f34