[mapguide-commits] r9890 - sandbox/jng/msvc2019/BuildTools/WebTools/IMake
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Mon Nov 15 06:04:32 PST 2021
Author: jng
Date: 2021-11-15 06:04:32 -0800 (Mon, 15 Nov 2021)
New Revision: 9890
Modified:
sandbox/jng/msvc2019/BuildTools/WebTools/IMake/IMake.vcxproj
sandbox/jng/msvc2019/BuildTools/WebTools/IMake/stdafx.h
Log:
#2843: Fix IMake build
Modified: sandbox/jng/msvc2019/BuildTools/WebTools/IMake/IMake.vcxproj
===================================================================
--- sandbox/jng/msvc2019/BuildTools/WebTools/IMake/IMake.vcxproj 2021-11-15 13:36:54 UTC (rev 9889)
+++ sandbox/jng/msvc2019/BuildTools/WebTools/IMake/IMake.vcxproj 2021-11-15 14:04:32 UTC (rev 9890)
@@ -21,7 +21,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{B601F04C-0D42-4AFC-A092-B31185E2EA8C}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
- <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
+ <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
Modified: sandbox/jng/msvc2019/BuildTools/WebTools/IMake/stdafx.h
===================================================================
--- sandbox/jng/msvc2019/BuildTools/WebTools/IMake/stdafx.h 2021-11-15 13:36:54 UTC (rev 9889)
+++ sandbox/jng/msvc2019/BuildTools/WebTools/IMake/stdafx.h 2021-11-15 14:04:32 UTC (rev 9890)
@@ -15,8 +15,8 @@
#include <set>
#include <iostream>
#include <sstream>
-#include <time.h>
-#include <ctype.h>
+#include <ctime>
+#include <cctype>
#include <cstdlib>
#include <cstring>
#include <cstdio>
More information about the mapguide-commits
mailing list