# -*- 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,xsec_fw)) $(eval $(call gb_Library_set_include,xsec_fw,\ $$(INCLUDE) \ -I$(SRCDIR)/xmlsecurity/inc \ )) $(eval $(call gb_Library_add_defs,xsec_fw,\ -DXSECFW_DLLIMPLEMENTATION \ )) $(eval $(call gb_Library_set_precompiled_header,xsec_fw,$(SRCDIR)/xmlsecurity/inc/pch/precompiled_xsec_fw)) $(eval $(call gb_Library_use_sdk_api,xsec_fw)) $(eval $(call gb_Library_use_libraries,xsec_fw,\ comphelper \ cppu \ cppuhelper \ sal \ )) $(eval $(call gb_Library_add_exception_objects,xsec_fw,\ xmlsecurity/source/framework/buffernode \ xmlsecurity/source/framework/elementcollector \ xmlsecurity/source/framework/elementmark \ xmlsecurity/source/framework/saxeventkeeperimpl \ xmlsecurity/source/framework/securityengine \ xmlsecurity/source/framework/signaturecreatorimpl \ xmlsecurity/source/framework/signatureengine \ xmlsecurity/source/framework/signatureverifierimpl \ xmlsecurity/source/framework/xmlsignaturetemplateimpl \ )) # vim: set noet sw=4 ts=4: n value='distro/cib/libreoffice-5-2'>distro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/inc/dragdata.hxx
AgeCommit message (Expand)Author
2014-05-11fix-includes.pl: scThomas Arnhold
2014-04-19fixincludeguards.sh: scThomas Arnhold
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák