[Spice-devel] [RFC PATCH qxl-wddm-dod 13/28] Set Allow Date, Time and Timestamp property for all builds/platforms

Dmitry Fleytman dmitry at daynix.com
Mon Jul 18 06:33:54 UTC 2016


From: Sandy Stutsman <sstutsma at redhat.com>

Defines standarc C/CPP macros __DATE__, __TIME__, __TIMESTAMP__
---
 qxldod/qxldod.vcxproj | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/qxldod/qxldod.vcxproj b/qxldod/qxldod.vcxproj
index ddd3fe0..320748f 100755
--- a/qxldod/qxldod.vcxproj
+++ b/qxldod/qxldod.vcxproj
@@ -55,12 +55,14 @@
     </TargetVersion>
     <UseDebugLibraries>false</UseDebugLibraries>
     <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
+    <ALLOW_DATE_TIME>1</ALLOW_DATE_TIME>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10 Release|x64'" Label="Configuration">
     <TargetVersion>
     </TargetVersion>
     <UseDebugLibraries>false</UseDebugLibraries>
     <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
+    <ALLOW_DATE_TIME>1</ALLOW_DATE_TIME>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
   <ImportGroup Label="ExtensionSettings">
-- 
1.8.3.1



More information about the Spice-devel mailing list