bump product version to 4.1.6.2
[LibreOffice.git] / cosv / StaticLibrary_cosv.mk
blob9c2ad6b4bcf7a3c3e1cb32bf155aa5be4b7ff127
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_StaticLibrary_StaticLibrary,cosv))
12 $(eval $(call gb_StaticLibrary_add_exception_objects,cosv,\
13 cosv/source/comphelp/badcast \
14 cosv/source/service/comdline \
15 cosv/source/service/comfunc \
16 cosv/source/service/csv_ostream \
17 cosv/source/service/std_outp \
18 cosv/source/storage/dirchain \
19 cosv/source/storage/file \
20 cosv/source/storage/persist \
21 cosv/source/storage/ploc \
22 cosv/source/storage/ploc_dir \
23 cosv/source/storage/plocroot \
24 cosv/source/strings/streamstr \
25 cosv/source/strings/string \
26 cosv/source/strings/str_types \
29 # vim: set noet sw=4 ts=4: