summaryrefslogtreecommitdiff
path: root/filter/AllLangResTarget_eps.mk
blob: ea1d21a0a6e4e771a1a011f9c7b764c0d5909100 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#
# 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/.
#
# This file incorporates work covered by the following license notice:
#
#   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 .
#

$(eval $(call gb_AllLangResTarget_AllLangResTarget,eps))

$(eval $(call gb_AllLangResTarget_add_srs,eps,\
	filter/eps \
))

$(eval $(call gb_SrsTarget_SrsTarget,filter/eps))

$(eval $(call gb_SrsTarget_add_files,filter/eps,\
	filter/source/graphicfilter/eps/epsstr.src \
))

# vim: set noet sw=4 ts=4:
tion'>Noel Grandin 2022-06-21clang-tidy modernize-pass-by-value in helpcompilerNoel Grandin 2022-06-18tdf#143148 Use pragma once in embedserv and helpcompilerDiane Leigh 2022-05-05use more o3tl::getTokenNoel Grandin 2022-01-27Recheck modules [i-l]* with IWYUGabor Kelemen 2021-12-21Don't build clucene if not neededJan-Marek Glogowski 2021-10-22Revert "Simplify vector initialization in helpcompiler"Julien Nabet 2021-10-16Simplify vector initialization in helpcompilerJulien Nabet 2021-06-24cross-toolset: fix real cross help buildingJan-Marek Glogowski 2021-06-22configure: Improve help-options handlingJan-Marek Glogowski 2021-06-02no need to allocate these on the heapNoel Grandin 2021-01-02Use GetShortPathNameW workaround on Windows for help indexerMike Kaganski 2021-01-01Use Unicode paths on Windows for help compilerMike Kaganski 2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann 2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann 2020-11-13tdf#123936 Formatting files in module helpcompiler with clang-formatPhilipp Hofer 2020-11-10tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen 2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens