Author: kotkov
Date: Fri Apr 21 10:58:36 2023
New Revision: 1909315

URL: http://svn.apache.org/viewvc?rev=1909315&view=rev
Log:
* SConstruct
  (MSVC_VERSION): Add `2019` to the list of mapped values, as we already
   allow 14.2 to be specified.

Modified:
    serf/trunk/SConstruct

Modified: serf/trunk/SConstruct
URL: 
http://svn.apache.org/viewvc/serf/trunk/SConstruct?rev=1909315&r1=1909314&r2=1909315&view=diff
==============================================================================
--- serf/trunk/SConstruct (original)
+++ serf/trunk/SConstruct Fri Apr 21 10:58:36 2023
@@ -163,6 +163,7 @@ if sys.platform == 'win32':
                       '2013' : '12.0',
                       '2015' : '14.0',
                       '2017' : '14.1',
+                      '2019' : '14.2',
                      }),
 
     # We always documented that we handle an install layout, but in fact we


Reply via email to