Reviewed-by: Liming Gao <[email protected]> -----Original Message----- From: edk2-devel [mailto:[email protected]] On Behalf Of Yonghong Zhu Sent: Friday, October 28, 2016 12:44 PM To: [email protected] Subject: [edk2] [Patch 0/3] BaseTools: Replace hardcoding VS path in tools_def.template
This series patches replace the hardcode VS path in the tools_def.template file. Yonghong Zhu (3): BaseTools: Add a new bat file to set PREFIX envs BaseTools: Update toolsetup.bat to call the set_vsprefix_envs.bat BaseTools:introduce PREFIX env for VS tool path BaseTools/Conf/tools_def.template | 90 +++++++++++++++++---------------- BaseTools/set_vsprefix_envs.bat | 101 ++++++++++++++++++++++++++++++++++++++ BaseTools/toolsetup.bat | 8 +++ 3 files changed, 153 insertions(+), 46 deletions(-) create mode 100644 BaseTools/set_vsprefix_envs.bat -- 2.6.1.windows.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

