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,17 @@
project_root = "../../../.."
include(project_root.."/build_tools")
group("src")
project("xenia-hid-nop")
uuid("887b6f26-b0c1-43c1-a013-a37e7b9634fd")
kind("StaticLib")
language("C++")
links({
"xenia-base",
"xenia-hid",
})
defines({
})
includedirs({
})
local_platform_files()

View File

@@ -0,0 +1,16 @@
project_root = "../../.."
include(project_root.."/build_tools")
group("src")
project("xenia-hid")
uuid("88a4ef38-c550-430f-8c22-8ded4e4ef601")
kind("StaticLib")
language("C++")
links({
"xenia-base",
})
defines({
})
includedirs({
})
local_platform_files()

View File

@@ -0,0 +1,17 @@
project_root = "../../../.."
include(project_root.."/build_tools")
group("src")
project("xenia-hid-winkey")
uuid("fd16e19a-6219-4ab7-b95a-7c78523c50c3")
kind("StaticLib")
language("C++")
links({
"xenia-base",
"xenia-hid",
})
defines({
})
includedirs({
})
local_platform_files()

View File

@@ -0,0 +1,17 @@
project_root = "../../../.."
include(project_root.."/build_tools")
group("src")
project("xenia-hid-xinput")
uuid("3d49e251-07a7-40ae-9bc6-aae984c85568")
kind("StaticLib")
language("C++")
links({
"xenia-base",
"xenia-hid",
})
defines({
})
includedirs({
})
local_platform_files()