summaryrefslogtreecommitdiff
path: root/datapath-windows
diff options
context:
space:
mode:
authorAlin Serdean <aserdean@cloudbasesolutions.com>2017-06-20 21:33:11 +0000
committerBen Pfaff <blp@ovn.org>2017-07-11 11:24:49 -0700
commit61c478a8e49ce9ef7bead1c3212f148b505501c5 (patch)
treefc2d278ea4d411dcfb44870f48d2ec411b9d0e13 /datapath-windows
parentfee2e48ab2bbdbd0e6962d9d1bc316ec887cc134 (diff)
downloadopenvswitch-61c478a8e49ce9ef7bead1c3212f148b505501c5.tar.gz
datapath-windows: allow catalog creation with local time on WDK 10
When compiling with WDK10 we are using server time when creating the catalog file. This patch enables the use of local time. For reference: https://github.com/cloudbase/ovs/commit/6b3706dc9afb26c3e39985d44a99bc9251bcf792 Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'datapath-windows')
-rw-r--r--datapath-windows/Package/package.VcxProj7
1 files changed, 6 insertions, 1 deletions
diff --git a/datapath-windows/Package/package.VcxProj b/datapath-windows/Package/package.VcxProj
index 4d6db5935..47cadcd33 100644
--- a/datapath-windows/Package/package.VcxProj
+++ b/datapath-windows/Package/package.VcxProj
@@ -100,7 +100,9 @@
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
- <PropertyGroup />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10 Debug|x64'">
+ <Inf2CatUseLocalTime>true</Inf2CatUseLocalTime>
+ </PropertyGroup>
<PropertyGroup>
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
<EnableDeployment>False</EnableDeployment>
@@ -118,6 +120,9 @@
<VerifyDrivers />
<VerifyFlags>133563</VerifyFlags>
</PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10 Release|x64'">
+ <Inf2CatUseLocalTime>true</Inf2CatUseLocalTime>
+ </PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Debug|x64'">
<Inf2Cat>
<UseLocalTime>true</UseLocalTime>