acfd176c30
Change-Id: Ib1017e36339b8a3eaba8351d12b700d5b29c49b0
18 lines
568 B
Makefile
18 lines
568 B
Makefile
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
#
|
|
# 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/.
|
|
#
|
|
|
|
$(eval $(call gb_Package_Package,dbghelp,$(call gb_CustomTarget_get_workdir,external/wine)))
|
|
|
|
$(eval $(call gb_Package_add_files,dbghelp,lib,\
|
|
libgdiplus.dll.a \
|
|
libmsi.dll.a \
|
|
liburlmon.dll.a \
|
|
))
|
|
|
|
# vim:set shiftwidth=4 tabstop=4 noexpandtab:
|