Author: rhuijben
Date: Tue Jun 11 13:46:11 2019
New Revision: 1861036

URL: http://svn.apache.org/viewvc?rev=1861036&view=rev
Log:
* SConstruct: Allow VC 14.2 (VC 2019), as 15.0 doesn't exist yet.

Modified:
    serf/trunk/SConstruct

Modified: serf/trunk/SConstruct
URL: 
http://svn.apache.org/viewvc/serf/trunk/SConstruct?rev=1861036&r1=1861035&r2=1861036&view=diff
==============================================================================
--- serf/trunk/SConstruct (original)
+++ serf/trunk/SConstruct Tue Jun 11 13:46:11 2019
@@ -154,7 +154,7 @@ if sys.platform == 'win32':
     EnumVariable('MSVC_VERSION',
                  "Visual C++ to use for building",
                  None,
-                 allowed_values=('15.0', '14.1', '14.0', '12.0',
+                 allowed_values=('14.2', '14.1', '14.0', '12.0',
                                  '11.0', '10.0', '9.0', '8.0', '6.0'),
                  map={'2005' :  '8.0',
                       '2008' :  '9.0',


Reply via email to