summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorjan Iversen <jani@libreoffice.org>2017-02-20 07:42:12 +0100
committerjan Iversen <jani@libreoffice.org>2017-02-20 08:31:17 +0100
commit433fb310e0774f6d27e7ea7fb0048c32237a76da (patch)
treee56ff2c6072ff453cadf8b9caa6f9503f1c25537 /Makefile.in
parent82d863b4a410fa78120d2efc41bd2b3b61f21cee (diff)
use old ide generator for vs2013 and vs2015
Currently we have 2 generator python scripts, Makefile.in selects which one is to be used (old/new). Change-Id: I1f7f8c216a97e273ce1b8e5149d1ffc80ab1277a
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 7ae46aee5511..6c3149cc3c19 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -424,14 +424,14 @@ endef
$(foreach ide,\
debug \
- vs2013 \
- vs2015 \
testIde \
xcode, \
$(eval $(call gb_Top_GbuildToIdeIntegration,$(ide))))
$(foreach ide,\
codelite \
+ vs2013 \
+ vs2015 \
kdevelop \
vim \
qtcreator \