Bump version to 4.1-6
[LibreOffice.git] / libcdr / ExternalPackage_libcdr.mk
blobd612a7766a0d3e1abf0eac32035bbe228a35e1d9
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_ExternalPackage_ExternalPackage,libcdr,libcdr))
12 $(eval $(call gb_ExternalPackage_add_unpacked_files,libcdr,inc/external/libcdr,\
13 inc/libcdr/libcdr.h \
14 inc/libcdr/CDRDocument.h \
15 inc/libcdr/CDRStringVector.h \
16 inc/libcdr/CMXDocument.h \
19 $(eval $(call gb_ExternalPackage_use_external_project,libcdr,libcdr))
21 ifeq ($(COM),MSC)
22 $(eval $(call gb_ExternalPackage_add_file,libcdr,lib/cdr-0.0.lib,src/lib/.libs/libcdr-0.0.lib))
23 else
24 $(eval $(call gb_ExternalPackage_add_file,libcdr,lib/libcdr-0.0.a,src/lib/.libs/libcdr-0.0.a))
25 endif
28 # vim: set noet sw=4 ts=4: