From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) by mx.groups.io with SMTP id smtpd.web10.2188.1682012098818094051 for ; Thu, 20 Apr 2023 10:34:59 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@quicinc.com header.s=qcppdkim1 header.b=oan9dmNC; spf=permerror, err=parse error for token &{10 18 %{ir}.%{v}.%{d}.spf.has.pphosted.com}: invalid domain name (domain: quicinc.com, ip: 205.220.180.131, mailfrom: quic_llindhol@quicinc.com) Received: from pps.filterd (m0279870.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 33KApesZ032375; Thu, 20 Apr 2023 17:34:47 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h=date : from : to : cc : subject : message-id : references : mime-version : content-type : in-reply-to; s=qcppdkim1; bh=MeggCG4thlnvI1Lmh7peIofRpjgTDOYKi49suo2Bd84=; b=oan9dmNC4eUeH1f2jgn7M//HS7ZTjm8AM8/k9TH7EAh+G571CfE3y8R0Ima9mZv9DwXc otAfzpaj3Zgze3GgrW6AloCV1pgWMBHh+/oT6NPYQ80SgkNMClx1cctB7wIW0GKL4rfr nby/P+D3EjRTP3aknRc18KgVSnic+2OJD7uCMb9e0RY7Z067TijVw83Yf5r2XvnjoQVO 8bxPIIFpEoA7vjzE1apIREhC5bJrIjp2DY0bu7WwGdr+FdvVQ78/feGuJ22XaAv2eml8 nVSEv5wPET8+DtnE/quaoPWWduxoX9Odzo9ckWLAiYCUE1UFs+/1+TAwg8SwOnl3Xmxh uA== Received: from nasanppmta03.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3q2p522tjb-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 20 Apr 2023 17:34:46 +0000 Received: from nasanex01c.na.qualcomm.com (nasanex01c.na.qualcomm.com [10.45.79.139]) by NASANPPMTA03.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 33KHYjbk020295 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 20 Apr 2023 17:34:45 GMT Received: from qc-i7.hemma.eciton.net (10.80.80.8) by nasanex01c.na.qualcomm.com (10.45.79.139) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.42; Thu, 20 Apr 2023 10:34:40 -0700 Date: Thu, 20 Apr 2023 18:34:36 +0100 From: "Leif Lindholm" To: , CC: Liming Gao , Bob Feng , Yuwei Chen , Michael D Kinney , Michael Kubacki , Sean Brogan , Chasel Chiu , Nate DeSimone , Star Zeng , Andrew Fish , Ray Ni , Zhiguang Liu , Jian J Wang , Xiaoyu Lu , Guomin Jiang , Gua Guo , Ard Biesheuvel , Pedro Falcato , Gerd Hoffmann , Marvin =?iso-8859-1?Q?H=E4user?= , Oliver Smith-Denny Subject: Re: [edk2-devel] [PATCH v4 05/13] edksetup.bat: Remove VS2008-VS2013 remnants Message-ID: References: <20230419195746.99074-1-rebecca@bsdio.com> <20230419195746.99074-6-rebecca@bsdio.com> MIME-Version: 1.0 In-Reply-To: <20230419195746.99074-6-rebecca@bsdio.com> X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nasanex01c.na.qualcomm.com (10.45.79.139) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: 5AIlrb_KH829lZk4vh2wtbnqZmg6aHsD X-Proofpoint-GUID: 5AIlrb_KH829lZk4vh2wtbnqZmg6aHsD X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.254,Aquarius:18.0.942,Hydra:6.0.573,FMLib:17.11.170.22 definitions=2023-04-20_13,2023-04-20_01,2023-02-09_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 mlxscore=0 bulkscore=0 spamscore=0 clxscore=1011 impostorscore=0 suspectscore=0 phishscore=0 adultscore=0 mlxlogscore=924 malwarescore=0 lowpriorityscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2303200000 definitions=main-2304200146 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Wed, Apr 19, 2023 at 13:57:38 -0600, Rebecca Cran wrote: > Since Visual Studio versions older than VS2015 are no longer supported, > remove mention of them from edksetup.bat. > > Signed-off-by: Rebecca Cran > Reviewed-by: Oliver Smith-Denny Reviewed-by: Leif Lindholm > --- > edksetup.bat | 6 +----- > 1 file changed, 1 insertion(+), 5 deletions(-) > > diff --git a/edksetup.bat b/edksetup.bat > index 7ad137bb3e9b..2fdf130e00e2 100755 > --- a/edksetup.bat > +++ b/edksetup.bat > @@ -148,19 +148,15 @@ if /I "%1"=="ForceRebuild" shift > if /I "%1"=="VS2019" shift > if /I "%1"=="VS2017" shift > if /I "%1"=="VS2015" shift > -if /I "%1"=="VS2013" shift > -if /I "%1"=="VS2012" shift > if "%1"=="" goto end > > :Usage > @echo. > - @echo Usage: "%0 [-h | -help | --help | /h | /help | /?] [Reconfig] [Rebuild] [ForceRebuild] [VS2019] [VS2017] [VS2015] [VS2013] [VS2012]" > + @echo Usage: "%0 [-h | -help | --help | /h | /help | /?] [Reconfig] [Rebuild] [ForceRebuild] [VS2019] [VS2017] [VS2015]" > @echo. > @echo Reconfig Reinstall target.txt, tools_def.txt and build_rule.txt. > @echo Rebuild Perform incremental rebuild of BaseTools binaries. > @echo ForceRebuild Force a full rebuild of BaseTools binaries. > - @echo VS2012 Set the env for VS2012 build. > - @echo VS2013 Set the env for VS2013 build. > @echo VS2015 Set the env for VS2015 build. > @echo VS2017 Set the env for VS2017 build. > @echo VS2019 Set the env for VS2019 build. > -- > 2.37.2 > > > > > >