#*************************************************************** # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. #*************************************************************** $(eval $(call gb_Library_Library,ira)) $(eval $(call gb_Library_add_api,ira,\ udkapi \ offapi \ )) $(eval $(call gb_Library_set_include,ira,\ -I$(SRCDIR)/filter/inc/pch \ $$(INCLUDE) \ )) $(eval $(call gb_Library_add_linked_libs,ira,\ vcl \ tl \ sal \ $(gb_STDLIBS) \ )) $(eval $(call gb_Library_add_exception_objects,ira,\ filter/source/graphicfilter/iras/iras \ )) # vim: set noet sw=4 ts=4: b/libreoffice-5-2'>distro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/smoketest
AgeCommit message (Expand)Author
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-10-09loplugin:constfields in smoketest..sotNoel Grandin
2018-09-24loplugin:external (clang-cl)Stephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-04-14Fix typosAndrea Gelmini
2017-10-23loplugin:includeform: smoketestStephan Bergmann
2017-08-31loplugin:constparams: smoketest (clang-cl)Stephan Bergmann
2017-07-28loplugin:constparams handle constructorsNoel Grandin
2017-07-06Translate German comments/debug strings (leftovers in dirs sdext to soltools)Johnny_M
2017-06-12cleanup unused css/frame/* includesJochen Nitschke