# -*- Mode: makefile; 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_AllLangResTarget_AllLangResTarget,xmlsec)) $(eval $(call gb_AllLangResTarget_set_reslocation,xmlsec,xmlsecurity)) $(eval $(call gb_AllLangResTarget_add_srs,xmlsec,\ xmlsec/res \ )) $(eval $(call gb_SrsTarget_SrsTarget,xmlsec/res)) $(eval $(call gb_SrsTarget_set_include,xmlsec/res,\ $$(INCLUDE) \ -I$(SRCDIR)/xmlsecurity/inc \ -I$(SRCDIR)/xmlsecurity/source/dialogs \ )) $(eval $(call gb_SrsTarget_add_files,xmlsec/res,\ xmlsecurity/source/dialogs/certificateviewer.src \ xmlsecurity/source/dialogs/macrosecurity.src \ xmlsecurity/source/dialogs/digitalsignaturesdialog.src \ xmlsecurity/source/component/warnbox.src \ )) # vim: set noet sw=4 ts=4: tropia/zeta-24-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/UnoControls
AgeCommit message (Expand)Author
2015-02-28TyposJulien Nabet
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-02-09Fix of a few typosAndrea Gelmini
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2014-12-16Daft += "\0" triggers assertStephan Bergmann
2014-12-16Daft "\0" triggers assert in OUString literal ctorStephan Bergmann
2014-12-16Missing UnoControls/MakefileStephan Bergmann
2014-12-04Kill the libreofficekit static library / shim.c.Andrzej Hunt
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin