# -*- 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/. # # for RSCREVISION include $(SOLARENV)/inc/minor.mk $(eval $(call gb_ExternalProject_ExternalProject,rhino)) $(eval $(call gb_ExternalProject_use_unpacked,rhino,rhino)) $(eval $(call gb_ExternalProject_register_targets,rhino,\ build \ )) $(call gb_ExternalProject_get_state_target,rhino,build) : cd "$(call gb_UnpackedTarball_get_dir,rhino)" && \ $(ICECREAM_RUN) "$(ANT)" \ -q \ -f build.xml \ -Dbuild.label="build-$(RSCREVISION)" \ -DTARFILE_LOCATION="$(if $(findstring -cygwin,$(BUILD_PLATFORM)),$(shell cygpath -m $(TARFILE_LOCATION)),$(TARFILE_LOCATION))" \ $(if $(filter yes,$(JAVACISGCJ))\ ,-Dbuild.compiler=gcj \ ,-Dant.build.javac.source=$(JAVA_SOURCE_VER) \ -Dant.build.javac.target=$(JAVA_TARGET_VER) \ ) \ $(if $(debug),-Dbuild.debug="on") \ jar && \ touch $@ # vim: set noet sw=4 ts=4: ='distro/cib/libreoffice-5-1'>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/ado/Awrapado.hxx
AgeCommit message (Expand)Author
2018-01-31connectivity: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2017-11-03Move ado_{pre,post}_sys_include.hStephan Bergmann
2017-10-27loplugin:includeform: connectivity (Windows)Stephan Bergmann
2017-08-31loplugin:constparams: connectivity (clang-cl)Stephan Bergmann
2017-02-01loplugin:unnecessaryoverrideStephan Bergmann
2016-10-16clang-cl loplugin: connectivityStephan Bergmann
2016-05-30com::sun::star->css in connectivityNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock