Fixup the premake files

This commit is contained in:
Dr. Chat
2015-08-29 22:02:02 -05:00
parent 6c83b35003
commit 3d684ac304
18 changed files with 20 additions and 65 deletions

View File

@@ -32,7 +32,7 @@ project("xenia-app")
})
includedirs({
project_root.."/third_party/elemental-forms/src",
project_root.."/build_tools/third_party/gflags/src",
project_root.."/build_tools/third_party/gflags/src",
})
local_platform_files()
files({
@@ -54,21 +54,6 @@ project("xenia-app")
"xenia-hid-xinput",
})
--[[
filter("configurations:Checked")
local libav_root = "../third_party/libav-xma-bin/lib/Debug"
linkoptions({
libav_root.."/libavcodec.a",
libav_root.."/libavutil.a",
})
filter("configurations:Debug or Release")
local libav_root = "../third_party/libav-xma-bin/lib/Release"
linkoptions({
libav_root.."/libavcodec.a",
libav_root.."/libavutil.a",
})
]]
filter("platforms:Windows")
-- Only create the .user file if it doesn't already exist.
local user_file = project_root.."/build/xenia-app.vcxproj.user"