You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@serf.apache.org by rh...@apache.org on 2017/09/07 12:05:24 UTC

svn commit: r1807594 - /serf/trunk/SConstruct

Author: rhuijben
Date: Thu Sep  7 12:05:24 2017
New Revision: 1807594

URL: http://svn.apache.org/viewvc?rev=1807594&view=rev
Log:
* SConstruct
  Add mapping for Visual Studio 2017.

Modified:
    serf/trunk/SConstruct

Modified: serf/trunk/SConstruct
URL: http://svn.apache.org/viewvc/serf/trunk/SConstruct?rev=1807594&r1=1807593&r2=1807594&view=diff
==============================================================================
--- serf/trunk/SConstruct (original)
+++ serf/trunk/SConstruct Thu Sep  7 12:05:24 2017
@@ -154,7 +154,8 @@ if sys.platform == 'win32':
                       '2010' : '10.0',
                       '2012' : '11.0',
                       '2013' : '12.0',
-                      '2015' : '14.0'
+                      '2015' : '14.0',
+                      '2017' : '15.0'
                      }),
 
     # We always documented that we handle an install layout, but in fact we