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 9D9311A1DEF for ; Thu, 27 Oct 2016 21:43:52 -0700 (PDT) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 27 Oct 2016 21:43:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,407,1473145200"; d="scan'208";a="1077037968" Received: from shwdeopenpsi168.ccr.corp.intel.com ([10.239.158.144]) by fmsmga002.fm.intel.com with ESMTP; 27 Oct 2016 21:43:49 -0700 From: Yonghong Zhu To: edk2-devel@lists.01.org Date: Fri, 28 Oct 2016 12:43:41 +0800 Message-Id: <1477629824-36252-1-git-send-email-yonghong.zhu@intel.com> X-Mailer: git-send-email 2.6.1.windows.1 Subject: [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: Fri, 28 Oct 2016 04:43:52 -0000 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