[premake] Cleanup
This commit is contained in:
@@ -9,8 +9,6 @@ project("xenia-app-discord")
|
||||
links({
|
||||
"discord-rpc"
|
||||
})
|
||||
defines({
|
||||
})
|
||||
includedirs({
|
||||
project_root.."/third_party/discord-rpc/src"
|
||||
})
|
||||
|
||||
@@ -129,6 +129,4 @@ project("xenia-app")
|
||||
local user_file = project_root.."/build/xenia-app.vcxproj.user"
|
||||
if not os.isfile(user_file) then
|
||||
debugdir(project_root)
|
||||
debugargs({
|
||||
})
|
||||
end
|
||||
|
||||
@@ -10,6 +10,4 @@ project("xenia-apu-nop")
|
||||
"xenia-base",
|
||||
"xenia-apu",
|
||||
})
|
||||
defines({
|
||||
})
|
||||
local_platform_files()
|
||||
|
||||
@@ -12,8 +12,6 @@ project("xenia-apu")
|
||||
"libavformat",
|
||||
"xenia-base",
|
||||
})
|
||||
defines({
|
||||
})
|
||||
includedirs({
|
||||
project_root.."/third_party/FFmpeg/",
|
||||
})
|
||||
|
||||
@@ -12,7 +12,5 @@ project("xenia-apu-sdl")
|
||||
"xenia-helper-sdl",
|
||||
"SDL2",
|
||||
})
|
||||
defines({
|
||||
})
|
||||
local_platform_files()
|
||||
sdl2_include()
|
||||
|
||||
@@ -10,6 +10,4 @@ project("xenia-apu-xaudio2")
|
||||
"xenia-base",
|
||||
"xenia-apu",
|
||||
})
|
||||
defines({
|
||||
})
|
||||
local_platform_files()
|
||||
|
||||
@@ -8,8 +8,6 @@ project("xenia-base")
|
||||
links({
|
||||
"fmt",
|
||||
})
|
||||
defines({
|
||||
})
|
||||
local_platform_files()
|
||||
removefiles({"console_app_main_*.cc"})
|
||||
removefiles({"main_init_*.cc"})
|
||||
@@ -19,4 +17,4 @@ project("xenia-base")
|
||||
|
||||
if enableTests then
|
||||
include("testing")
|
||||
end
|
||||
end
|
||||
|
||||
@@ -14,8 +14,6 @@ project("xenia-cpu-backend-x64")
|
||||
})
|
||||
defines({
|
||||
"CAPSTONE_X86_ATT_DISABLE",
|
||||
"CAPSTONE_DIET_NO",
|
||||
"CAPSTONE_X86_REDUCE_NO",
|
||||
"CAPSTONE_HAS_X86",
|
||||
"CAPSTONE_USE_SYS_DYN_MEM",
|
||||
"XBYAK_NO_OP_NAMES",
|
||||
|
||||
@@ -12,13 +12,4 @@ project("xenia-debug-ui")
|
||||
"xenia-cpu",
|
||||
"xenia-ui",
|
||||
})
|
||||
-- filter({"configurations:Release", "platforms:Windows"})
|
||||
-- buildoptions({
|
||||
-- "/O1",
|
||||
-- })
|
||||
-- filter{}
|
||||
defines({
|
||||
})
|
||||
includedirs({
|
||||
})
|
||||
local_platform_files()
|
||||
|
||||
@@ -9,9 +9,5 @@ project("xenia-helper-sdl")
|
||||
links({
|
||||
"SDL2",
|
||||
})
|
||||
defines({
|
||||
})
|
||||
includedirs({
|
||||
})
|
||||
local_platform_files()
|
||||
sdl2_include()
|
||||
|
||||
@@ -10,6 +10,4 @@ project("xenia-hid-nop")
|
||||
"xenia-base",
|
||||
"xenia-hid",
|
||||
})
|
||||
defines({
|
||||
})
|
||||
local_platform_files()
|
||||
|
||||
@@ -10,7 +10,5 @@ project("xenia-hid")
|
||||
"xenia-base",
|
||||
"xenia-hid-skylander",
|
||||
})
|
||||
defines({
|
||||
})
|
||||
local_platform_files()
|
||||
removefiles({"*_demo.cc"})
|
||||
|
||||
@@ -12,7 +12,5 @@ project("xenia-hid-sdl")
|
||||
"xenia-ui",
|
||||
"SDL2",
|
||||
})
|
||||
defines({
|
||||
})
|
||||
local_platform_files()
|
||||
sdl2_include()
|
||||
|
||||
@@ -11,6 +11,4 @@ project("xenia-hid-winkey")
|
||||
"xenia-hid",
|
||||
"xenia-ui",
|
||||
})
|
||||
defines({
|
||||
})
|
||||
local_platform_files()
|
||||
|
||||
@@ -10,6 +10,4 @@ project("xenia-hid-xinput")
|
||||
"xenia-base",
|
||||
"xenia-hid",
|
||||
})
|
||||
defines({
|
||||
})
|
||||
local_platform_files()
|
||||
|
||||
@@ -9,6 +9,4 @@ project("xenia-patcher")
|
||||
links({
|
||||
"xenia-base"
|
||||
})
|
||||
defines({
|
||||
})
|
||||
recursive_platform_files()
|
||||
|
||||
@@ -10,6 +10,4 @@ project("xenia-core")
|
||||
"fmt",
|
||||
"xenia-base",
|
||||
})
|
||||
defines({
|
||||
})
|
||||
files({"*.h", "*.cc"})
|
||||
|
||||
@@ -9,8 +9,6 @@ project("xenia-ui")
|
||||
links({
|
||||
"xenia-base",
|
||||
})
|
||||
defines({
|
||||
})
|
||||
local_platform_files()
|
||||
removefiles({"*_demo.cc"})
|
||||
removefiles({"windowed_app_main_*.cc"})
|
||||
@@ -30,4 +28,4 @@ project("xenia-ui")
|
||||
"xcb",
|
||||
"X11",
|
||||
"X11-xcb"
|
||||
})
|
||||
})
|
||||
|
||||
@@ -11,8 +11,6 @@ project("xenia-vfs")
|
||||
"zstd",
|
||||
"zarchive"
|
||||
})
|
||||
defines({
|
||||
})
|
||||
|
||||
recursive_platform_files()
|
||||
removefiles({"vfs_dump.cc"})
|
||||
@@ -27,7 +25,6 @@ if enableMiscSubprojects then
|
||||
"xenia-base",
|
||||
"xenia-vfs",
|
||||
})
|
||||
defines({})
|
||||
|
||||
files({
|
||||
"vfs_dump.cc",
|
||||
|
||||
Reference in New Issue
Block a user