Build: Fix example path

Former-commit-id: 54e56da81ea8c93da5ec276035dca59a62932ed0 [formerly ab7201812c22e7a4dcabbfbf74686a169a67a1b0]
Former-commit-id: 48aaf02c04cea375eeb33b64afc09428631ee523
This commit is contained in:
Lynix
2016-06-13 21:19:12 +02:00
parent c528640d80
commit a277e7560f
5 changed files with 13 additions and 9 deletions

View File

@@ -1,7 +1,8 @@
TOOL.Name = "Assimp"
TOOL.Directory = "../SDK/lib"
TOOL.Directory = "../plugins/Assimp"
TOOL.Kind = "Plugin"
TOOL.TargetDirectory = "../SDK/lib"
TOOL.Includes = {
"../include",

View File

@@ -1,7 +1,8 @@
TOOL.Name = "SDK"
TOOL.Directory = "../SDK/lib"
TOOL.Directory = "../SDK"
TOOL.Kind = "Library"
TOOL.TargetDirectory = "../SDK/lib"
TOOL.Defines = {
"NDK_BUILD"

View File

@@ -1,7 +1,8 @@
TOOL.Name = "SDKServer"
TOOL.Directory = "../SDK/lib"
TOOL.Directory = "../SDK"
TOOL.Kind = "Library"
TOOL.TargetDirectory = "../SDK/lib"
TOOL.Defines = {
"NDK_BUILD",

View File

@@ -3,6 +3,7 @@ TOOL.Name = "UnitTests"
TOOL.Directory = "../tests"
TOOL.EnableConsole = true
TOOL.Kind = "Application"
TOOL.TargetDirectory = TOOL.Directory
TOOL.Defines = {
}