Gbuild-to-ide, Froze non-active supported generators.
Copied gbuild-to-ide.py from d575e3a14b
to gbuild-to-ideNS.py
Changed Makefile.in to use gbuild-to-ideNS.py for non-actively
supported platforms.
That way these platform are stable, and not affected of new features.
For now all platforms are still present in gbuild-to-ide and will
have a "does not break" test for all new features.
Change-Id: I8bb069d93c954a80de540a32b8a01889035c840d
Reviewed-on: https://gerrit.libreoffice.org/33710
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
This commit is contained in:
parent
1c3e84d819
commit
8736391f4d
2 changed files with 1675 additions and 4 deletions
19
Makefile.in
19
Makefile.in
|
@ -414,17 +414,28 @@ $(1)-ide-integration: gbuildtojson $(if $(filter MACOSX,$(OS_FOR_BUILD)),python3
|
|||
|
||||
endef
|
||||
|
||||
define gb_Top_GbuildToIdeIntegrationNS
|
||||
$(1)-ide-integration: gbuildtojson $(if $(filter MACOSX,$(OS_FOR_BUILD)),python3.all)
|
||||
cd $(SRCDIR) && \
|
||||
$(if $(filter MACOSX,$(OS_FOR_BUILD)),PATH="$(INSTROOT_FOR_BUILD)/Frameworks/LibreOfficePython.framework/Versions/Current/bin:$(PATH)") \
|
||||
$(SRCDIR)/bin/gbuild-to-ideNS --ide $(1) --make $(MAKE)
|
||||
|
||||
endef
|
||||
|
||||
$(foreach ide,\
|
||||
codelite \
|
||||
debug \
|
||||
kdevelop \
|
||||
vs2013 \
|
||||
vs2015 \
|
||||
xcode, \
|
||||
$(eval $(call gb_Top_GbuildToIdeIntegration,$(ide))))
|
||||
|
||||
$(foreach ide,\
|
||||
codelite \
|
||||
kdevelop \
|
||||
vim \
|
||||
xcode \
|
||||
qtcreator \
|
||||
eclipsecdt,\
|
||||
$(eval $(call gb_Top_GbuildToIdeIntegration,$(ide))))
|
||||
$(eval $(call gb_Top_GbuildToIdeIntegrationNS,$(ide))))
|
||||
|
||||
fuzzers: Library_sal Library_salhelper Library_reg Library_store Library_unoidl codemaker Library_cppu Library_i18nlangtag Library_cppuhelper Library_comphelper StaticLibrary_ulingu StaticLibrary_jpeg StaticLibrary_findsofficepath Library_tl Rdb_services udkapi offapi Library_clew Library_gie Library_reflection Library_invocadapt Library_bootstrap Library_introspection Library_stocservices Library_xmlreader Library_gcc3_uno instsetoo_native more_fonts StaticLibrary_fuzzer Executable_wmffuzzer Executable_jpgfuzzer Executable_giffuzzer Executable_xbmfuzzer Executable_xpmfuzzer Executable_pngfuzzer Executable_bmpfuzzer Executable_svmfuzzer Executable_pcdfuzzer Executable_dxffuzzer Executable_metfuzzer Executable_ppmfuzzer Executable_psdfuzzer Executable_epsfuzzer
|
||||
|
||||
|
|
1660
bin/gbuild-to-ideNS
Executable file
1660
bin/gbuild-to-ideNS
Executable file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue