# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Module_Module,bridges)) $(eval $(call gb_Module_add_targets,bridges,\ Library_cpp_uno \ $(if $(ENABLE_JAVA),\ Jar_java_uno \ Library_java_uno \ $(if $(filter MACOSX,$(OS)),Package_jnilib_java_uno) \ ) \ $(if $(filter ARM,$(CPUNAME)),\ $(if $(filter ANDROID LINUX,$(OS)),\ CustomTarget_gcc3_linux_arm) \ ) \ )) ifeq (,$(filter build,$(gb_Module_SKIPTARGETS))) ifeq ($(strip $(bridges_SELECTED_BRIDGE)),) $(call gb_Output_error,no bridge selected for build: bailing out) else ifneq ($(words $(bridges_SELECTED_BRIDGE)),1) $(call gb_Output_error,multiple bridges selected for build: $(bridges_SELECTED_BRIDGE)) endif endif # vim: set noet sw=4 ts=4: > LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/ure
AgeCommit message (Expand)Author
2013-10-05URE folder path fixes for the HAVE_FEATURE_MACOSX_MACLIKE_APP_STRUCTURE caseTor Lillqvist
2013-09-23Try to fix cross-compilationTor Lillqvist
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara
2013-09-16Remove incorrect commentsTor Lillqvist
2013-09-12gbuild: remove gb_Rdb__get_final_targetMichael Stahl
2013-09-11Towards a working instdir for Mac OS X: some LIBO_URE_BIN_FOLDER fixesStephan Bergmann
2013-09-11Towards a working instdir for Mac OS XStephan Bergmann
2013-09-09gbuild: install rdb files directly in module they come fromMatúš Kukan
2013-09-09tweak previous commit hoping it will work on Mac ...Michael Stahl
2013-09-09ure: install files with filelistsMatúš Kukan
2013-08-27fdo#67313: Use "lo" suffix for private URE libsStephan Bergmann
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
2013-08-19Use correct paths to URE stuff on WindowsTor Lillqvist
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist
2013-05-07Extract SmoketestCommandEnvironment.java from juh.jarStephan Bergmann
2013-05-05copy more rc files to instdirDavid Tardon
2013-04-29Use new-style service ctors where possibleStephan Bergmann
2013-04-29Check for theTypeDescriptionManager singletonStephan Bergmann
2013-04-25Mark TypeDescriptionProvider service as "don't create by name"Stephan Bergmann
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-21uretest.zip is not installed -> don't build itDavid Tardon
2013-04-19Adapt SDK to usage of msvcrtd for Windows --enable-dbgutilStephan Bergmann
2013-04-18Adapt env var settings to MS command shell syntaxStephan Bergmann
2013-04-11Adapt uretest to -B removed from cppumaker/javamakerStephan Bergmann
2013-04-11Let theMacroExpander.hpp take care about the singleton instantiation detailsStephan Bergmann
2013-04-11Missing rtl:: namespaceStephan Bergmann
2013-04-02drop prefix from ::cssThomas Arnhold
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-10Removed RTL_CONSTASCII_USTRINGPARAM in xmlhelp/ureChr. Rossmanith
2013-02-28remove all d.lstMichael Stahl
2013-02-25WIP: Experimental new binary type.rdb formatStephan Bergmann
2013-02-24remove RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith
2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl