Switching to premake. Probably with disasterous consequences.

This commit is contained in:
Ben Vanik
2015-07-18 16:00:01 -07:00
parent 6c5d230f67
commit e0eb85bbbc
208 changed files with 1112 additions and 4162 deletions

View File

@@ -0,0 +1,20 @@
project_root = "../../.."
include(project_root.."/build_tools")
group("src")
project("xenia-apu")
uuid("f4df01f0-50e4-4c67-8f54-61660696cc79")
kind("StaticLib")
language("C++")
links({
"libavcodec.a",
"libavutil.a",
"xenia-base",
})
defines({
})
includedirs({
project_root.."/third_party/libav-xma-bin/include/",
})
local_platform_files()