From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by mx.groups.io with SMTP id smtpd.web10.98621.1682957345304635634 for ; Mon, 01 May 2023 09:09:05 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bsdio.com header.s=fm1 header.b=bTm8rBds; spf=pass (domain: bsdio.com, ip: 66.111.4.25, mailfrom: rebecca@bsdio.com) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 9FC3E5C0093; Mon, 1 May 2023 12:09:04 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Mon, 01 May 2023 12:09:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdio.com; h=cc :cc:content-transfer-encoding:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to; s=fm1; t=1682957344; x= 1683043744; bh=MF9XU9eBqfoaDUXym3KIVeLGAXIDC364spAca87oUw0=; b=b Tm8rBdsen+y8rSA/IsQcMbkDgeV3woH+QVoK/blc+9y3eryEYfTvgtM4jfN83bc8 peCKyQcs5f87it7K9QQ7xMsNK1222y4N3+e39rzvca2j2ZPwWEnkJzhpxqvrwFcT pxXM/ypC02e3ZHi6lbF1j/tEeULdjSmBRoJF2+cF29vxqUexNF1cxbQbmBoVaELx GjI9L9ty2LFX5hjmfJTqIRZJFJOxOetwVsrwQHOg/iQNZlCRfEiIeu7iQfky5BQi b5dMG0ywOaj9wlK5UzXBLbvpKeDhdE0+3ylFa4N9/2BnFZWVw12AbhZKIeoOLQ7L TpsZmaPtTnX8htkgcHANg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:feedback-id:feedback-id:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm3; t=1682957344; x= 1683043744; bh=MF9XU9eBqfoaDUXym3KIVeLGAXIDC364spAca87oUw0=; b=H p18PzK4WBOT9o91AN0w3LKT9xUC86OYBI0FtsK+BBNrPC5HE5zyjVbh6Mp125+S9 YzGHAXn8QTsW5taIhPM/iOB79BmDmCVC2M3f372WN+YruC5so9d+GRxHAdWoHldY Fix5AlKqKnxo9JT0dGFN/Xs9s2RYnk6c9DA8SoMkcwW61lyHPRy2C53tvhgB32Ig I0okQBJV7DVu6rB6vWbvU7+jSVvs8nV1+Zfnpd3AsXvSMRKGDnpzZzUI1+vo2C3e AeKZS5c1xmx+uGYl3heWYJq5D57Tx/hdjrnuR0zXSDn7mDrvqycvewkl6v7g9aUu 1DQB1zmR11yspKYxZ97iA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrfedvgedgleejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvvefufffkofgjfhgggfestdekredtredttdenucfhrhhomheptfgvsggv tggtrgcuvehrrghnuceorhgvsggvtggtrgessghsughiohdrtghomheqnecuggftrfgrth htvghrnhepgeffueeuledvgefgvddvgfetvdduhfefkedukeeikedtudekfeetteeifedv leefnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheprh gvsggvtggtrgessghsughiohdrtghomh X-ME-Proxy: Feedback-ID: i5b994698:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 1 May 2023 12:09:02 -0400 (EDT) From: "Rebecca Cran" To: devel@edk2.groups.io, Liming Gao , Bob Feng , Yuwei Chen , Michael D Kinney , Michael Kubacki , Sean Brogan , Chasel Chiu , Nate DeSimone , Star Zeng , Andrew Fish , Ray Ni , Leif Lindholm , Zhiguang Liu , Jian J Wang , Xiaoyu Lu , Guomin Jiang , Gua Guo , Ard Biesheuvel , Pedro Falcato , Gerd Hoffmann , mhaeuser@posteo.de Cc: Rebecca Cran , Oliver Smith-Denny Subject: [PATCH v6 04/16] edksetup.bat: Remove VS2008-VS2013 remnants Date: Mon, 1 May 2023 10:08:27 -0600 Message-Id: <20230501160839.884391-5-rebecca@bsdio.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230501160839.884391-1-rebecca@bsdio.com> References: <20230501160839.884391-1-rebecca@bsdio.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: Liming Gao 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.39.2