diff --git a/BaseTools/Conf/build_rule.template b/BaseTools/Conf/build_rule.template index 89f71c2ad5b..fd823a64b11 100755 --- a/BaseTools/Conf/build_rule.template +++ b/BaseTools/Conf/build_rule.template @@ -118,8 +118,9 @@ # 2.24 - Add .arc and .ver file type to add .rsrc sections to EFI images. # 2.25 - Split OemData rule into intermediate binary and final binary rules. # 2.26 - Rename OemData to ProductData. +# 2.27 - Add Rust build support. -#!VERSION=2.26 +#!VERSION=2.27 [C-Code-File] diff --git a/BaseTools/Conf/tools_def.template b/BaseTools/Conf/tools_def.template index dd451054bda..04eeaa62a04 100755 --- a/BaseTools/Conf/tools_def.template +++ b/BaseTools/Conf/tools_def.template @@ -23,8 +23,9 @@ # 2.41 - Can't have comment inline as it breaks concatenation see - # MU_CHANGE - Move GccLto to tools dir for better alignment # 2.42 - VS2022 toolchain incorrectly defined for ASL # 2.43 - Enable stack cookies to VS2019 and VS20222 X64 builds via /GS flag +# 2.44 - Add Rust build support # -#!VERSION=2.43 +#!VERSION=2.44 IDENTIFIER = Default TOOL_CHAIN_CONF @@ -3348,7 +3349,7 @@ DEBUG_*_*_RUST_TARGET = debug RELEASE_*_*_RUST_TARGET = release NOOPT_*_*_RUST_TARGET = debug -*_*_*_RUST_FLAGS = +*_*_*_RUST_FLAGS = #################### # CARGO defintions #