# -*- 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_CustomTarget_CustomTarget,odk/unowinreg)) $(eval $(call gb_CustomTarget_register_target,odk/unowinreg,unowinreg.dll)) $(call gb_CustomTarget_get_workdir,odk/unowinreg)/unowinreg.dll : \ $(SRCDIR)/odk/source/unowinreg/win/unowinreg.cxx $(MINGWCXX) -Wall -D_JNI_IMPLEMENTATION_ \ -I$(JAVA_HOME)/include \ $(if $(filter LINUX,$(OS)),-I$(JAVA_HOME)/include/linux,\ $(if $(filter FREEBSD,$(OS)),-I$(JAVA_HOME)/include/freebsd \ -I$(JAVA_HOME)/include/bsd -I$(JAVA_HOME)/include/linux,\ $(if $(filter NETBSD,$(OS)),-I$(JAVA_HOME)/include/netbsd))) \ -shared -o $@ $< \ -Wl,--kill-at -lkernel32 -ladvapi32 && \ $(MINGWSTRIP) $@ # vim: set noet sw=4 ts=4: option value='distro/allotropia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/ucbhelper
AgeCommit message (Expand)Author
2020-03-15Revert "loplugin:constfields in ucbhelper"Noel Grandin
2020-02-17inline some acquire/release callsNoel Grandin
2020-02-04move some headers inside ucbhelperNoel Grandin
2019-12-03remove some useless comment linesNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann
2019-10-08use cppu::WeakImplHelper in CommandProcessorInfoNoel Grandin
2019-10-08use cppu::WeakImplHelper in ResultSetNoel Grandin
2019-10-08use cppu::WeakImplHelper in ResultSetMetaDataNoel Grandin
2019-10-08use cppu::WeakImplHelper in ResultSetImplHelperNoel Grandin
2019-10-08use cppu::WeakImplHelper in ContentProviderImplHelperNoel Grandin
2019-10-08use cppu::WeakImplHelper in PropertyValueSetNoel Grandin
2019-10-08use cppu::WeakImplHelper in InteractionRequestNoel Grandin
2019-10-08use cppu::WeakImplHelper in PropertySetInfoNoel Grandin
2019-10-08use cppu::WeakImplHelper in ContentIdentifierNoel Grandin