Merge pull request #471 from sephiroth99/fixpremake
Premake: Fix usage of build scripts
This commit is contained in:
@@ -18,4 +18,3 @@ project("xenia-apu")
|
||||
project_root.."/third_party/libav/",
|
||||
})
|
||||
local_platform_files()
|
||||
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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()
|
||||
|
||||
2
third_party/elemental-forms
vendored
2
third_party/elemental-forms
vendored
Submodule third_party/elemental-forms updated: e4b3316c36...3e7d961fea
2
third_party/libav
vendored
2
third_party/libav
vendored
Submodule third_party/libav updated: 17d2a58db3...9919df9ebe
Reference in New Issue
Block a user