From: Owen Smith Date: Fri, 24 Aug 2018 16:46:43 +0000 (+0100) Subject: Conditionally package DPInst X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;p=people%2Fpauldu%2Fxeniface.git Conditionally package DPInst Since DPInst.exe is not shipped with the Windows Driver Kit 10, an environment variable must point to local copies. Make the inclusion of DPInst conditional on DPINST_REDIST being defined and that path existing. This simplifies building packages which do not require DPInst for installation, and removes a required step to create a working build. Signed-off-by: Owen Smith --- diff --git a/vs2015/package/package.vcxproj b/vs2015/package/package.vcxproj index 34b07aa..9dd5617 100644 --- a/vs2015/package/package.vcxproj +++ b/vs2015/package/package.vcxproj @@ -46,7 +46,7 @@ {D386D8E9-D015-4AD2-A5C2-4F845A803FA2} - + diff --git a/vs2017/package/package.vcxproj b/vs2017/package/package.vcxproj index f9fd507..7060312 100644 --- a/vs2017/package/package.vcxproj +++ b/vs2017/package/package.vcxproj @@ -46,7 +46,7 @@ {D386D8E9-D015-4AD2-A5C2-4F845A803FA2} - +