From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by mx.groups.io with SMTP id smtpd.web10.2599.1680024700638036676 for ; Tue, 28 Mar 2023 10:31:40 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bsdio.com header.s=fm3 header.b=aHUz18t5; spf=pass (domain: bsdio.com, ip: 66.111.4.26, mailfrom: rebecca@bsdio.com) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id E4EFF5C00EC; Tue, 28 Mar 2023 13:31:39 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute5.internal (MEProxy); Tue, 28 Mar 2023 13:31:39 -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=fm3; t=1680024699; x= 1680111099; bh=WPACPFs7Se+dBfFoRaNtsnzIwxLHIHbdATqwP5K6meA=; b=a HUz18t575ch1jiJvYUZg9GM4zIkt08cCTQ85GtkY2spojp27ES/5KJn6NtLy3HER euPNadjSc6J7/ZH2KmPzonLbi2Ru7Yt/KjamS98PFdxNnGAm6VFKEzfGLLYWtPef DpuJ/wf9OBDbdROYT9wn3Hvsgz3ALxCTKJC19PHKLbQWx4JL6E1QTP7j3/dom+Oy JpfNevBhKmeyEIV9TCIuyXEN+c6uzNHbRPacM9MZMvO5nCYHWeTW5jR+ymup7Spj P4zM5p9o4A0bhVxnIe2+X63r0muvdFW/C1/JI0U1O1U8O0JtAdTAyMWaU19GsLUR gcJeZsYG+ZX1M/CGM0NTg== 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=fm2; t=1680024699; x= 1680111099; bh=WPACPFs7Se+dBfFoRaNtsnzIwxLHIHbdATqwP5K6meA=; b=L RLTKIb9TbC3OtiShPWIHRsEMxbxZxV+eBcolT/dQ6zOyUi7Nw79JeWbveHIqBtBi hW/Gj72HRblKpaEiNzFOID/t2CHevkgN+GRHYCYf9XmJ2bRPhKG5XMuLRYBgmGNJ i5jnVnGKufxj0QuAMZDYI6AVuH/HVMf1vqTmnrRzW6e1k9v6E1d62FyP+ArVO+xR r1yonZpo12T7vFf3En1cLOOfujtBoU/6JKJmiHlP1r5Wf2pFbPFJogeyfdOH6zBt JdE/dHxPOYZTid3um7N14eDQ5fkEsWq1zNh7aBswhAXW8V5wiPxBf83zLTOMPof8 TU6CnqoQTKE8b1sl3fOeA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrvdehgedguddufecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvfevufffkffojghfggfgsedtkeertdertddtnecuhfhrohhmpeftvggs vggttggrucevrhgrnhcuoehrvggsvggttggrsegsshguihhordgtohhmqeenucggtffrrg htthgvrhhnpeegffeuueelvdeggfdvvdfgtedvudfhfeekudekieektddukeefteetieef vdelfeenucevlhhushhtvghrufhiiigvpedunecurfgrrhgrmhepmhgrihhlfhhrohhmpe hrvggsvggttggrsegsshguihhordgtohhm X-ME-Proxy: Feedback-ID: i5b994698:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 28 Mar 2023 13:31:38 -0400 (EDT) From: "Rebecca Cran" To: devel@edk2.groups.io, Oliver Smith-Denny , Guomin Jiang , Xiaoyu Lu , Jian J Wang , Jiewen Yao , Ard Biesheuvel , Jordan Justen , Gerd Hoffmann , Bob Feng , Liming Gao , Andrew Fish , Leif Lindholm , Michael D Kinney Cc: Rebecca Cran Subject: [PATCH v2 07/13] edksetup.bat: Remove VS2008-VS2013 remnants Date: Tue, 28 Mar 2023 11:31:05 -0600 Message-Id: <20230328173111.759017-8-rebecca@bsdio.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230328173111.759017-1-rebecca@bsdio.com> References: <20230328173111.759017-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 --- 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.34.1