From 9c21fbf907b0458acb8f69ba30f3c2fa1e0f136b Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 8 Jun 2016 12:18:34 +0200 Subject: [PATCH] Tweak to experimental variation for MSVC 2015 --- templates/directory.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/directory.html b/templates/directory.html index 6fb7afc..ffa0645 100644 --- a/templates/directory.html +++ b/templates/directory.html @@ -156,6 +156,8 @@ {% if "mingw" in f.text %} Experimental MinGW + {% elif "vc14" in f.text %} + Experimental VS 2015
(Windows Vista/7/8) {% elif "vc11" in f.text %} Experimental VS 2012
(Windows Vista/7/8) {% elif "vc9" in f.text %}