From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from muon.cran.org.uk (muon.bluestop.org [IPv6:2605:7700:0:8:1:0:4a32:3323]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id AEFA682164 for ; Mon, 12 Dec 2016 18:32:52 -0800 (PST) Received: from muon.bluestop.org (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id 8CC4030230 for ; Tue, 13 Dec 2016 02:32:50 +0000 (UTC) Received: from muon.cran.org.uk ([127.0.0.1]) by muon.bluestop.org (muon.bluestop.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 3-PTDG0WvJ9F for ; Tue, 13 Dec 2016 02:32:50 +0000 (UTC) Received: from localhost.localdomain (unknown [IPv6:2601:681:4300:2420:6580:bf1a:e1e7:dd88]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA for ; Tue, 13 Dec 2016 02:32:50 +0000 (UTC) From: Rebecca Cran To: edk2-devel@lists.01.org Date: Mon, 12 Dec 2016 19:32:42 -0700 Message-Id: <20161213023243.8460-1-rebecca@bluestop.org> X-Mailer: git-send-email 2.11.0.windows.1 Subject: [PATCH 0/1] Use the Windows Kits directory in 32-bit ProgramFiles, since none exists in 64-bit one 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, 13 Dec 2016 02:32:52 -0000 On a fresh install of Windows 10 and Visual Studio 2015 etc., "C:\Program Files\Windows Kits" doesn't exist - only "C:\Program Files (x86)\Windows Kits" does. I don't know about 32-bit Windows, but since at this point 64-bit should be most common, update the path to the Windows SDK 8.1. Rebecca Cran (1): Use the Windows Kits directory under the 32-bit Program Files BaseTools/Conf/tools_def.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.11.0.windows.1