Fixup the premake files
This commit is contained in:
@@ -54,21 +54,6 @@ project("xenia-app")
|
|||||||
"xenia-hid-xinput",
|
"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")
|
filter("platforms:Windows")
|
||||||
-- Only create the .user file if it doesn't already exist.
|
-- Only create the .user file if it doesn't already exist.
|
||||||
local user_file = project_root.."/build/xenia-app.vcxproj.user"
|
local user_file = project_root.."/build/xenia-app.vcxproj.user"
|
||||||
|
|||||||
@@ -49,21 +49,6 @@ project("xenia-debug-ui")
|
|||||||
project_root.."/third_party/elemental-forms",
|
project_root.."/third_party/elemental-forms",
|
||||||
})
|
})
|
||||||
|
|
||||||
--[[
|
|
||||||
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")
|
filter("platforms:Windows")
|
||||||
debugdir(project_root)
|
debugdir(project_root)
|
||||||
debugargs({
|
debugargs({
|
||||||
|
|||||||
@@ -70,21 +70,6 @@ project("xenia-gpu-gl4-trace-viewer")
|
|||||||
"../../base/main_"..platform_suffix..".cc",
|
"../../base/main_"..platform_suffix..".cc",
|
||||||
})
|
})
|
||||||
|
|
||||||
--[[
|
|
||||||
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")
|
filter("platforms:Windows")
|
||||||
debugdir(project_root)
|
debugdir(project_root)
|
||||||
debugargs({
|
debugargs({
|
||||||
|
|||||||
Reference in New Issue
Block a user