Merging //UE4/Dev-Main to Dev-Networking (//UE4/Dev-Networking)

#rb none
#rnx

[CL 4341874 by Ryan Gerleve in Dev-Networking branch]
This commit is contained in:
Ryan Gerleve
2018-09-04 14:32:41 -04:00
parent a351fe5b0d
commit e7612e89b2
4103 changed files with 202245 additions and 70241 deletions

View File

@@ -52,12 +52,12 @@ namespace UnrealBuildTool.Rules
var LuaLibPath = Path.Combine(LuaLibDirectory, "Lua.lib");
if (File.Exists(LuaLibPath))
{
Log.TraceVerbose("ScriptGenerator LUA Integration enabled");
// Log.TraceVerbose("ScriptGenerator LUA Integration enabled");
PublicDefinitions.Add("WITH_LUA=1");
}
else
{
Log.TraceVerbose("ScriptGenerator LUA Integration NOT enabled");
// Log.TraceVerbose("ScriptGenerator LUA Integration NOT enabled");
PublicDefinitions.Add("WITH_LUA=0");
}