Build: Remake install system

Former-commit-id: 5103cd29d3959802747d7d06bc9b90bc272215d4 [formerly 7c3ea867b6439d721f255306d812b5d10a3efe1a]
Former-commit-id: 5b5ab11770402db34a14df80b9ad6c1ce3fecaca
This commit is contained in:
Lynix
2016-06-12 11:39:31 +02:00
parent d42ae34c4f
commit 49650a94f3
10 changed files with 102 additions and 41 deletions

View File

@@ -3,8 +3,6 @@ TOOL.Name = "Assimp"
TOOL.Directory = "../SDK/lib"
TOOL.Kind = "Plugin"
TOOL.CopyTargetToExampleDir = true
TOOL.Includes = {
"../include",
"../plugins/Assimp"

View File

@@ -1,7 +1,5 @@
TOOL.Name = "SDK"
TOOL.CopyTargetToExampleDir = true
TOOL.Directory = "../SDK/lib"
TOOL.Kind = "Library"

View File

@@ -1,7 +1,5 @@
TOOL.Name = "SDKServer"
TOOL.CopyTargetToExampleDir = true
TOOL.Directory = "../SDK/lib"
TOOL.Kind = "Library"
@@ -23,7 +21,7 @@ TOOL.Files = {
"../SDK/src/NDK/**.cpp"
}
-- Exlude client-only files
-- Excludes client-only files
TOOL.FilesExcluded = {
"../SDK/**/CameraComponent.*",
"../SDK/**/Console.*",

View File

@@ -1,7 +1,8 @@
TOOL.Name = "UnitTests"
TOOL.Directory = "../tests"
TOOL.Kind = "ConsoleApp"
TOOL.EnableConsole = true
TOOL.Kind = "Application"
TOOL.Defines = {
}