summaryrefslogtreecommitdiff
path: root/datapath-windows/Package
diff options
context:
space:
mode:
authorAlin Serdean <aserdean@cloudbasesolutions.com>2014-08-13 15:14:32 +0000
committerBen Pfaff <blp@nicira.com>2014-08-15 09:49:05 -0700
commit6b3706dc9afb26c3e39985d44a99bc9251bcf792 (patch)
tree959195dfa9739519d12561c9292f6af8935687e1 /datapath-windows/Package
parent1b0ee636c467b1e946697a320f8130db13541da7 (diff)
downloadopenvswitch-6b3706dc9afb26c3e39985d44a99bc9251bcf792.tar.gz
datapath-windows: Use local time for Inf2Cat
Issue: cannot build properly when local date differs from UTC date, see: https://connect.microsoft.com/VisualStudio/feedback/details/787203/driver-package-building-problem Since Stampinf stamps the driver inf file with the local date set the Inf2Cat to use local date as well. Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com> Acked-by: Saurabh Shah <ssaurabh@vmware.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'datapath-windows/Package')
-rw-r--r--datapath-windows/Package/package.VcxProj20
1 files changed, 19 insertions, 1 deletions
diff --git a/datapath-windows/Package/package.VcxProj b/datapath-windows/Package/package.VcxProj
index ad2bcc7e4..0d48163c9 100644
--- a/datapath-windows/Package/package.VcxProj
+++ b/datapath-windows/Package/package.VcxProj
@@ -78,7 +78,25 @@
<VerifyDrivers />
<VerifyFlags>133563</VerifyFlags>
</PropertyGroup>
- <ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Debug|x64'">
+ <Inf2Cat>
+ <UseLocalTime>true</UseLocalTime>
+ </Inf2Cat>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Debug|x64'">
+ <Inf2Cat>
+ <UseLocalTime>true</UseLocalTime>
+ </Inf2Cat>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Release|x64'">
+ <Inf2Cat>
+ <UseLocalTime>true</UseLocalTime>
+ </Inf2Cat>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Release|x64'">
+ <Inf2Cat>
+ <UseLocalTime>true</UseLocalTime>
+ </Inf2Cat>
</ItemDefinitionGroup>
<ItemGroup>
<!--Inf Include="DriverInf.inv" /-->