# -*- 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. 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. # # The Initial Developer of the Original Code is # Timothy Pearson (C) 2012, All Rights Reserved. # # 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_Library_Library,vclplug_tde)) $(eval $(call gb_Library_use_packages,vclplug_tde,\ shell_inc \ )) $(eval $(call gb_Library_set_include,vclplug_tde,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ -I$(SRCDIR)/solenv/inc \ -I$(SRCDIR)/vcl/inc/unx/tde \ )) $(eval $(call gb_Library_set_include,vclplug_tde,\ $$(INCLUDE) \ $$(TDE_CFLAGS) \ )) $(eval $(call gb_Library_add_defs,vclplug_tde,\ -DVCLPLUG_TDE_IMPLEMENTATION \ )) $(eval $(call gb_Library_use_sdk_api,vclplug_tde)) $(eval $(call gb_Library_add_libs,vclplug_tde,\ $(TDE_LIBS) \ -lX11 \ -lXext \ -lSM \ -lICE \ )) $(eval $(call gb_Library_use_libraries,vclplug_tde,\ vclplug_gen \ vcl \ tl \ utl \ sot \ ucbhelper \ basegfx \ comphelper \ cppuhelper \ i18nisolang1 \ i18nutil \ jvmaccess \ cppu \ sal \ )) $(eval $(call gb_Library_use_externals,vclplug_tde,\ boost_headers \ icule \ icuuc \ )) $(eval $(call gb_Library_add_exception_objects,vclplug_tde,\ vcl/unx/kde/kdedata \ vcl/unx/kde/salnativewidgets-kde \ vcl/unx/kde/UnxCommandThread \ vcl/unx/kde/UnxFilePicker \ vcl/unx/kde/UnxNotifyThread \ )) # TDE/TQt consider -Wshadow more trouble than benefit $(eval $(call gb_Library_add_cxxflags,vclplug_tde,\ -Wno-shadow \ )) $(eval $(call gb_Library_set_warnings_not_errors,vclplug_tde)) ifeq ($(OS),LINUX) $(eval $(call gb_Library_add_libs,vclplug_tde,\ -lm \ -ldl \ -lpthread \ )) endif # vim: set noet sw=4 ts=4: 24.04 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/distro-configs
AgeCommit message (Expand)Author
2013-06-04Force 64-bit on 64-bit configurationsFridrich Štrba
2013-06-04Win64 MinGW configurationFridrich Štrba
2013-05-20No need to avoid liblangtag for the BUILD platformTor Lillqvist
2013-05-15UNIXWRAPPERNAME is unusedTor Lillqvist
2013-05-14Remove --disable-unix-qstart-libpng from distro-configs.Mark Wielaard
2013-05-08LibreOfficeLinux.conf: use system zlibMichael Stahl
2013-05-01Make configury work as well as possible for iOS without optionsTor Lillqvist
2013-04-30Revert "Don't enable postgresql-sdbc by default"Tor Lillqvist
2013-04-30Clarify intended use of these filesTor Lillqvist
2013-04-30Fix 64-bitness optionTor Lillqvist
2013-04-30Don't enable postgresql-sdbc by defaultTor Lillqvist
2013-04-24Add --disable-neonTor Lillqvist
2013-04-24Add --enable-mpl-subset --disable-lotuswordproTor Lillqvist
2013-04-17--without-agfa-monotype-fonts is goneStephan Bergmann
2013-04-09Explicitely mention --disable-gio in distro-configs/LibreOfficeLinux.confPetr Mladek
2013-03-23There is no --enable-ext-report-builder any moreAndras Timar
2013-03-22There is no --disable-ext-report-builder any moreTor Lillqvist
2013-02-24clean up obsolete mozilla optionsDavid Ostrovsky
2013-02-24remove obsoleted option --disable-build-mozabAndras Timar
2013-02-19Kill the --without-system-stdlibs optionFridrich Štrba
2013-02-08Enable dbus in LibreOfficeLinux configurationFridrich Štrba
2013-01-21No use for help or myspell-dicts for Android or iOSTor Lillqvist
2013-01-21default to --without-help and --without-myspell-dictsNorbert Thiebaud
2013-01-03system-zlib for mingwLuboš Luňák
2012-12-26Drop obsolete optionsTor Lillqvist
2012-12-17Remove --with-stlport from LO 4.0Stephan Bergmann
2012-12-08There is no --disable-mozilla optionTor Lillqvist
2012-12-06Bug 57917 - --enable-ext-oooblogger does not work with Python 3Noel Grandin
2012-12-04Change some default config for Windows release buildFridrich Štrba
2012-12-03--without-system-libpng for "universal" Linux buildsStephan Bergmann
2012-11-29Always use Java target version 1.5Tor Lillqvist
2012-11-29Isolate PDF Import so it can be made optionally installableStephan Bergmann
2012-11-29Unify options and their order in the Android distro-configsTor Lillqvist
2012-11-29distro-configs: add --with-java-target-version=1.5 to LibreOfficeAndroid.confMiklos Vajna
2012-11-25Update to be able to at least start the MinGW build again.Jan Holesovsky
2012-11-25Update MinGW build reqs.Jan Holesovsky
2012-11-24Turn PDF import from bundled extension to plain codeStephan Bergmann
2012-11-21Use --disable-cairo-canvas here, tooTor Lillqvist
2012-11-16android: disable liblangtag for build and target.Michael Meeks
2012-11-14dropped obsolete --with-system-gettext configure optionEnrico Weigelt, metux ITS
2012-11-09binfilter.die.die.dieNorbert Thiebaud
2012-11-07There is no --with-system-glib any more.Jan Holesovsky
2012-10-31--with-system-glib for mingwLuboš Luňák
2012-10-15bin tab that breaks configurePetr Mladek
2012-10-11Use DISABLE_DYNLOADING on AndroidTor Lillqvist
2012-10-08changed scripting javascript/beanshell switches in distro configsAndras Timar