[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[win-pv-devel] [PATCH] Added ewdk 16 support with vs2017


  • To: <win-pv-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Daniel Davis <Daniel.Davis@xxxxxxxxxx>
  • Date: Tue, 9 Jul 2019 14:33:51 +0100
  • Authentication-results: esa3.hc3370-68.iphmx.com; dkim=none (message not signed) header.i=none; spf=None smtp.pra=Daniel.Davis@xxxxxxxxxx; spf=Pass smtp.mailfrom=daniel.davis@xxxxxxxxxx; spf=None smtp.helo=postmaster@xxxxxxxxxxxxxxx
  • Cc: Daniel Davis <Daniel.Davis@xxxxxxxxxx>
  • Delivery-date: Tue, 09 Jul 2019 14:40:28 +0000
  • Ironport-sdr: 24bMPstOLIUEe5QpWeW0/qSPt7YUhecxIl1RYy2RY7fuHnbtTpbYhstR65YKUmZsoiScN3vSMt +na4kGzHSKC0WWEPxQQj3Zn6hU/b1NiNJHXofqxgeDduuFKu19Vu2QkXSZIP63YRfDmVpZI4GV ANNGTv3heIwAsV7aXgVZCaPT8C16PEK1tWpYPAMDoOpzWqpansNxfxkm99Y/ygPdFcr+Vj2oNj cPrUv0QtVe43dARhC40OC+b2v7qE5FPylMuwEnmO7t1d8MDv20dpF7c8hi07rKBhetVa2tAuyR Upw=
  • List-id: Developer list for the Windows PV Drivers subproject <win-pv-devel.lists.xenproject.org>

---
 build.ps1 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/build.ps1 b/build.ps1
index f154aee..552e9d7 100644
--- a/build.ps1
+++ b/build.ps1
@@ -19,8 +19,8 @@ Function Build {
        )
 
        $visualstudioversion = $Env:VisualStudioVersion
-       $solutiondir = @{ "14.0" = "vs2015"; "15.0" = "vs2017"; }
-       $configurationbase = @{ "14.0" = "Windows 8"; "15.0" = "Windows 8"; }
+       $solutiondir = @{ "14.0" = "vs2015"; "15.0" = "vs2017";"16.0" = 
"vs2017"; }
+       $configurationbase = @{ "14.0" = "Windows 8";"15.0" = "Windows 8"; 
"16.0" = "Windows 8"; }
 
        $params = @{
                SolutionDir = $solutiondir[$visualstudioversion];
@@ -33,8 +33,8 @@ Function Build {
 
 Function SdvBuild {
        $visualstudioversion = $Env:VisualStudioVersion
-       $solutiondir = @{ "14.0" = "vs2015"; "15.0" = "vs2017"; }
-       $configurationbase = @{ "14.0" = "Windows 10"; "15.0" = "Windows 10"; }
+       $solutiondir = @{ "14.0" = "vs2015"; "15.0" = "vs2017"; "16.0" = 
"vs2017"; }
+       $configurationbase = @{ "14.0" = "Windows 10";"15.0" = "Windows 10"; 
"16.0" = "Windows 10"; }
        $arch = "x64"
 
        $params = @{
-- 
2.22.0.windows.1


_______________________________________________
win-pv-devel mailing list
win-pv-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/win-pv-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.