# -*- 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,forui)) $(eval $(call gb_Library_set_include,forui,\ $$(INCLUDE) \ -I$(SRCDIR)/formula/inc \ )) $(eval $(call gb_Library_add_defs,forui,\ -DFORMULA_DLLIMPLEMENTATION \ )) $(eval $(call gb_Library_use_external,forui,boost_headers)) $(eval $(call gb_Library_use_sdk_api,forui)) $(eval $(call gb_Library_use_libraries,forui,\ comphelper \ cppu \ cppuhelper \ for \ sal \ sfx \ svl \ svt \ tl \ utl \ vcl \ i18nlangtag \ )) $(eval $(call gb_Library_add_exception_objects,forui,\ formula/source/ui/dlg/formula \ formula/source/ui/dlg/FormulaHelper \ formula/source/ui/dlg/funcpage \ formula/source/ui/dlg/funcutl \ formula/source/ui/dlg/parawin \ formula/source/ui/dlg/structpg \ )) # vim: set noet sw=4 ts=4: allotropia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/autogen.sh
AgeCommit message (Expand)Author
2016-12-14autogen.sh: Use STDOUT for --help output (as configure does)Mike Kaganski
2015-12-31lode: make sure LODE_HOME/opt/bin is in the PATH for aclocalNorbert Thiebaud
2015-09-22autogen.sh: Display arguments for configure without apostrophesSamuel Mehrbrodt
2015-03-08autogen.sh: better error message when src_path contains spacesMiklos Vajna
2014-11-13autogen: add --best-effort to help automation bridge option changes.Michael Meeks
2014-05-30strip trailing spaces when reading autogen.input/lastrunChristian Lohmaier
2014-04-23make it possible to do 'make -C sw/' even with builddir!=srcdirLuboš Luňák
2014-04-11Revert "make it possible to do 'make -C sw/' even with builddir!=srcdir"Stephan Bergmann
2014-03-23make it possible to do 'make -C sw/' even with builddir!=srcdirLuboš Luňák
2014-03-04Clarify autogen.sh messagesJan-Marek Glogowski
2013-11-13Generate configure before calling ./configure --helpArnaud Versini
2013-07-26Ignore empty line in autogen.inputIsamu Mogi
2013-05-08Make it a fatal error to pass unrecognized options to the configuryTor Lillqvist
2013-04-22aix stuffs stuff into /opt/freeware/share in defacto defaultCaolán McNamara
2013-04-04revert back to usign autogen.sh cmdline arguments if givenLuboš Luňák
2013-04-03Make autogen.sh prefer to read an autogen.input fileTor Lillqvist
2012-12-11Prepare for read-only source buildNorbert Thiebaud
2012-12-01Don't require configure to appear executableTor Lillqvist