# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License or as specified alternatively below. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # Major Contributor(s): # Copyright (C) 2012 David Ostrovsky (initial developer) # # All Rights Reserved. # # For minor contributions see the git repository. # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. $(eval $(call gb_Executable_Executable,uno)) $(eval $(call gb_Executable_use_internal_comprehensive_api,uno,\ udkapi \ )) $(eval $(call gb_Executable_use_libraries,uno,\ cppu \ cppuhelper \ sal \ salhelper \ $(gb_UWINAPI) \ )) $(eval $(call gb_Executable_use_externals,uno,\ libxml2 \ )) $(eval $(call gb_Executable_add_exception_objects,uno,\ cpputools/source/unoexe/unoexe \ )) # vim:set noet sw=4 ts=4: fice-6-1'>distro/cib/libreoffice-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/connectivity/Configuration_jdbc.mk
>2015-08-18
AgeCommit message (Expand)Author
configure, pyuno: stop claiming our python 3.3.5 is 3.3.3Michael Stahl
2014-10-28Fix python wrapper script on OS XMatthew J. Francis
2014-09-09Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist
2013-08-30ENABLE_MACOSX_MACLIKE* Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud
2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-19python3: put an RPATH into python binary ...Michael Stahl
2013-01-01simplify processing of python.shDavid Tardon
2012-11-27clean up PYTHON related version etc. variables:Michael Stahl
2012-06-14gbuild migration: pyuno moduleDavid Ostrovsky