summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorjan Iversen <jani@documentfoundation.org>2017-02-01 18:46:37 +0100
committerjan Iversen <jani@documentfoundation.org>2017-02-01 18:46:37 +0100
commit56a8a76e9e001dc5274815c3893bf48c9e7b7298 (patch)
tree450c1fbd593b7a1d6a264f5d9cc363dadc21f899 /Makefile.in
parent9493bb3a26579fd89d1c2684590691c4129500e4 (diff)
Makefile.in added support for testIde
This is a temporary fix, to allow testing of the new windows IDE, without disturbing the existing one. Change-Id: I4c59427541878acb6dd382af42deb7c0c952bcf9
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index ae769dc7604f..1f204c339b99 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -426,6 +426,7 @@ $(foreach ide,\
debug \
vs2013 \
vs2015 \
+ testIde \
xcode, \
$(eval $(call gb_Top_GbuildToIdeIntegration,$(ide))))