summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-09-14 13:44:27 +0200
committerMichael Stahl <mstahl@redhat.com>2016-09-14 17:04:27 +0200
commit999499ab25df8b293c009ddfa2e0bedbe5e6ce3d (patch)
treefec9e173f6038aea000fd8881ce8b431b3cfad76 /Makefile.in
parent15f92676f74d58b0af8578d6c45d0faa3de19164 (diff)
gbuild-to-ide: MSVC 2012 no longer supported, replace with 2015
Of course not tested in any way but with any luck the project file format hasn't changed and it will "just work". Change-Id: I81c5043259feeabd69ef31ea7ef160901ac7ebdc
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 5a21a51b44dc..15bbf4b9e873 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -421,8 +421,8 @@ endef
$(foreach ide,\
debug \
kdevelop \
- vs2012 \
vs2013 \
+ vs2015 \
vim \
xcode \
qtcreator \