From 6b3706dc9afb26c3e39985d44a99bc9251bcf792 Mon Sep 17 00:00:00 2001 From: Alin Serdean Date: Wed, 13 Aug 2014 15:14:32 +0000 Subject: [PATCH] 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 Acked-by: Saurabh Shah Signed-off-by: Ben Pfaff --- datapath-windows/Package/package.VcxProj | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) 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 @@ 133563 - + + + true + + + + + true + + + + + true + + + + + true + -- 2.39.5