Build: Remake install system

Former-commit-id: a1d7d75ffefb60273d190e7355df500267429538 [formerly 6ab4c02f186ce23201d15a8677a66e5babc05a41]
Former-commit-id: 2a820557c58fbc70c2cecad9e4404db09d5e219c
This commit is contained in:
Lynix
2016-06-12 11:39:31 +02:00
parent 3c44253685
commit ee553f350a
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 = {
}