# -*- 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_Library_Library,jvmaccess)) $(eval $(call gb_Library_add_defs,jvmaccess,\ -DJVMACCESS_DLLIMPLEMENTATION \ )) $(eval $(call gb_Library_use_api,jvmaccess,\ udkapi \ )) $(eval $(call gb_Library_use_libraries,jvmaccess,\ cppu \ sal \ salhelper \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,jvmaccess,\ jvmaccess/source/classpath \ jvmaccess/source/unovirtualmachine \ jvmaccess/source/virtualmachine \ )) # vim:set noet sw=4 ts=4: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/ure
AgeCommit message (Expand)Author
2018-04-09Remove std::bad_alloc -> css::uno::RuntimeException mappingsStephan Bergmann
2017-05-30Fix quotingStephan Bergmann
2017-05-20tdf#105204 fix shellcheck warnings in ure/source/unoYeliz Taneroğlu
2017-01-27Remove dynamic exception specifications from !LIBO_INTERNAL_ONLYStephan Bergmann
2017-01-26ure/source/uretest is !LIBO_INTERNAL_ONLYStephan Bergmann
2017-01-18update approximate install location in READMECaolán McNamara
2016-12-07tdf#88206 replace cppu::WeakImplHelper* miscJochen Nitschke
2016-09-20[API CHANGE] Remove HAVE_GCC_VISIBILITY_FEATURE, always trueStephan Bergmann