Build: Fix TargetDirectory not being taken into account

Former-commit-id: 34c501043fa1c585f0773b662725ff58673ab589 [formerly 44f9516100c88cb4170123b4ddab01f449aeb5ed] [formerly 3e07d12226333e80ee24280ada1b57e31f15d4cd [formerly 86f8902caefeb9a7112fe1ff9c9617173f6a67bb]]
Former-commit-id: 5cdbb7ea7193e3a8caa74154e86941df4f5571b1 [formerly 4719afc062ad3de9317863b505c7facd76a1b8d8]
Former-commit-id: 94fba8a695ddcc5f70de6e1607fd4782f468d851
This commit is contained in:
Lynix
2016-08-17 12:59:12 +02:00
parent 2c213b38ec
commit d9423b873b
4 changed files with 11 additions and 12 deletions

View File

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

View File

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

View File

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