[geos-commits] r4230 - trunk

Sandro Santilli strk at kbt.io
Fri Jul 15 08:25:10 PDT 2016


Author: strk
Date: 2016-07-15 08:25:10 -0700 (Fri, 15 Jul 2016)
New Revision: 4230

Modified:
   trunk/README.md
Log:
Adds all the currently supported Visual Studio versions

Patch by gmasetti at ccom.unh.edu

Modified: trunk/README.md
===================================================================
--- trunk/README.md	2016-07-14 16:12:57 UTC (rev 4229)
+++ trunk/README.md	2016-07-15 15:25:10 UTC (rev 4230)
@@ -41,7 +41,8 @@
     nmake /f makefile.vc MSVC_VER=1400
 
 where 1400 is version number of Visual C++ compiler, here Visual C++ 8.0
-from Visual Studio 2005 (supported versions are 1300, 1310, 1400 and 1500).
+from Visual Studio 2005 (supported versions are 1300, 1310, 1400, 1500,
+1600, 1700, 1800 and 1900).
 The bootstrap.bat step is required to generate a couple of header files.
 
 In order to build debug configuration of GEOS, additional flag `DEBUG=1`



More information about the geos-commits mailing list