Documentation for build tools

#rb none

[CL 25157545 by buildmachine in ue5-main branch]
This commit is contained in:
buildmachine
2023-04-22 00:47:48 -04:00
parent 41dc177b10
commit ca463349c6
2 changed files with 6 additions and 2 deletions

View File

@@ -184,7 +184,9 @@ $ MSVCCompileActionWeight : The weight(cpu/memory utilization) of a MSVC compile
$ ClangCompileActionWeight : The weight(cpu/memory utilization) of a clang compile action
$ CppStandard : Which C++ stanard to use for compiling this target
$ CppStandard : Which C++ standard to use for compiling this target
$ MaxCppStandard : Which C++ standard is the maximum allowed for compiling modules in this target if they override the Target's CppStandard for any reason.
$ CStandard : Which C standard to use for compiling this target