Updated core
[LibreOffice.git] / libwpd / ExternalPackage_libwpd.mk
blob2e7cd0955a0a9694b46f452c876691e59134c92f
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,libwpd,libwpd))
12 $(eval $(call gb_ExternalPackage_use_external_project,libwpd,libwpd))
14 ifeq ($(OS)$(COM),WNTMSC)
15 $(eval $(call gb_ExternalPackage_add_file,libwpd,lib/wpd-0.9.lib,src/lib/.libs/libwpd-0.9.lib))
16 else
17 $(eval $(call gb_ExternalPackage_add_file,libwpd,lib/libwpd-0.9.a,src/lib/.libs/libwpd-0.9.a))
18 endif
20 # vim: set noet sw=4 ts=4: