From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 5D4C281CEB for ; Mon, 31 Oct 2016 19:51:54 -0700 (PDT) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP; 31 Oct 2016 19:51:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,577,1473145200"; d="scan'208";a="25931720" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga006.fm.intel.com with ESMTP; 31 Oct 2016 19:51:55 -0700 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 31 Oct 2016 19:51:55 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 31 Oct 2016 19:51:54 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.206]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.104]) with mapi id 14.03.0248.002; Tue, 1 Nov 2016 10:51:52 +0800 From: "Gao, Liming" To: "Zhu, Yonghong" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [Patch 0/3] BaseTools: Replace hardcoding VS path in tools_def.template Thread-Index: AQHSMNXnacpBnLiAEU6XDRX4AhTyPqDDdBJA Date: Tue, 1 Nov 2016 02:51:52 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14B49C7FA@shsmsx102.ccr.corp.intel.com> References: <1477629824-36252-1-git-send-email-yonghong.zhu@intel.com> In-Reply-To: <1477629824-36252-1-git-send-email-yonghong.zhu@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjJmZjFiZmEtMzQ0OS00OGRkLThhYjUtZDAwOTJiZGFlNWM5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InlXMk9aZzYwdDkzSlNFVm51U2grOUJVanlWNUdTY1dwUmR6V3lOTEY0Mzg9In0= x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch 0/3] BaseTools: Replace hardcoding VS path in tools_def.template X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2016 02:51:54 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao -----Original Message----- From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Yong= hong Zhu Sent: Friday, October 28, 2016 12:44 PM To: edk2-devel@lists.01.org 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= =20 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 --=20 2.6.1.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel