# -*- 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,dlgprov)) $(eval $(call gb_Library_set_componentfile,dlgprov,scripting/source/dlgprov/dlgprov)) $(eval $(call gb_Library_set_include,dlgprov,\ $$(INCLUDE) \ -I$(SRCDIR)/scripting/source/inc \ )) $(eval $(call gb_Library_use_external,dlgprov,boost_headers)) $(eval $(call gb_Library_use_api,dlgprov,\ offapi \ oovbaapi \ udkapi \ )) $(eval $(call gb_Library_use_libraries,dlgprov,\ comphelper \ cppu \ cppuhelper \ sal \ i18nlangtag \ sb \ sfx \ tl \ ucbhelper \ vbahelper \ vcl \ xmlscript \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,dlgprov,\ scripting/source/dlgprov/DialogModelProvider \ scripting/source/dlgprov/dlgevtatt \ scripting/source/dlgprov/dlgprov \ )) # vim: set noet sw=4 ts=4: tro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/Library_textconversiondlgs.mk
AgeCommit message (Expand)Author
2013-04-24gbuild: drop empty use_packages callsDavid Tardon
2013-04-24gbuild: drop uses of removed packagesDavid Tardon
2013-04-05new module i18nlangtagEike Rathke
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2012-11-27re-base on ALv2 code. Includes:Michael Meeks
2012-11-22AllSettings with LanguageTagEike Rathke
2012-10-10add missing dep on sfx2 headersDavid Tardon
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks