public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/1] Use the Windows Kits directory in 32-bit ProgramFiles, since none exists in 64-bit one
@ 2016-12-13  2:32 Rebecca Cran
  2016-12-13  2:32 ` [PATCH 1/1] Use the Windows Kits directory under the 32-bit Program Files Rebecca Cran
  2016-12-13  5:57 ` [PATCH 0/1] Use the Windows Kits directory in 32-bit ProgramFiles, since none exists in 64-bit one Gao, Liming
  0 siblings, 2 replies; 3+ messages in thread
From: Rebecca Cran @ 2016-12-13  2:32 UTC (permalink / raw)
  To: edk2-devel

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] Use the Windows Kits directory under the 32-bit Program Files
  2016-12-13  2:32 [PATCH 0/1] Use the Windows Kits directory in 32-bit ProgramFiles, since none exists in 64-bit one Rebecca Cran
@ 2016-12-13  2:32 ` Rebecca Cran
  2016-12-13  5:57 ` [PATCH 0/1] Use the Windows Kits directory in 32-bit ProgramFiles, since none exists in 64-bit one Gao, Liming
  1 sibling, 0 replies; 3+ messages in thread
From: Rebecca Cran @ 2016-12-13  2:32 UTC (permalink / raw)
  To: edk2-devel

On a fresh install of Windows 10 with Visual Studio 2015, a "Windows Kits"
directory only exists under the 32-bit Program Files directory, not the
64-bit one.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Rebecca Cran <rebecca@bluestop.org>
---
 BaseTools/Conf/tools_def.template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/BaseTools/Conf/tools_def.template b/BaseTools/Conf/tools_def.template
index aaae4fcd2916..5ec56ef93045 100755
--- a/BaseTools/Conf/tools_def.template
+++ b/BaseTools/Conf/tools_def.template
@@ -90,7 +90,7 @@ DEFINE WINSDK8_BIN       = ENV(WINSDK8_PREFIX)x86\
 DEFINE WINSDK8x86_BIN    = ENV(WINSDK8x86_PREFIX)x64
 
 # Microsoft Visual Studio 2015 Professional Edition
-DEFINE WINSDK81_BIN       = ENV(WINSDK81_PREFIX)x86\
+DEFINE WINSDK81_BIN       = ENV(WINSDK81x86_PREFIX)x86
 DEFINE WINSDK81x86_BIN    = ENV(WINSDK81x86_PREFIX)x64
 
 # These defines are needed for certain Microsoft Visual Studio tools that
-- 
2.11.0.windows.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/1] Use the Windows Kits directory in 32-bit ProgramFiles, since none exists in 64-bit one
  2016-12-13  2:32 [PATCH 0/1] Use the Windows Kits directory in 32-bit ProgramFiles, since none exists in 64-bit one Rebecca Cran
  2016-12-13  2:32 ` [PATCH 1/1] Use the Windows Kits directory under the 32-bit Program Files Rebecca Cran
@ 2016-12-13  5:57 ` Gao, Liming
  1 sibling, 0 replies; 3+ messages in thread
From: Gao, Liming @ 2016-12-13  5:57 UTC (permalink / raw)
  To: Rebecca Cran, edk2-devel@lists.01.org

Rebecca:  
  Please use VS2015x86 tool chain tag when windows is 64bit. VS2015 tool chain tag is used for 32bit windows. 

Thanks
Liming
> -----Original Message-----
> From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of
> Rebecca Cran
> Sent: Tuesday, December 13, 2016 10:33 AM
> To: edk2-devel@lists.01.org
> Subject: [edk2] [PATCH 0/1] Use the Windows Kits directory in 32-bit
> ProgramFiles, since none exists in 64-bit one
> 
> 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
> 
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-12-13  5:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-13  2:32 [PATCH 0/1] Use the Windows Kits directory in 32-bit ProgramFiles, since none exists in 64-bit one Rebecca Cran
2016-12-13  2:32 ` [PATCH 1/1] Use the Windows Kits directory under the 32-bit Program Files Rebecca Cran
2016-12-13  5:57 ` [PATCH 0/1] Use the Windows Kits directory in 32-bit ProgramFiles, since none exists in 64-bit one Gao, Liming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox