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

@@ -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.*",