32f34f0d1b
which are not used by us directly or aliases of published awt constants Change-Id: Ic4f009715d71a2f986b8ef8d64b4b2e64986bf3b
84 lines
2.2 KiB
Makefile
84 lines
2.2 KiB
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,vcl_osxres,$(SRCDIR)/vcl/osx/res))
|
|
|
|
$(eval $(call gb_Package_add_files_with_dir,vcl_osxres,Resources,\
|
|
MainMenu.nib/classes.nib \
|
|
MainMenu.nib/info.nib \
|
|
MainMenu.nib/keyedobjects.nib \
|
|
cursors/ase.png \
|
|
cursors/asn.png \
|
|
cursors/asne.png \
|
|
cursors/asns.png \
|
|
cursors/asnswe.png \
|
|
cursors/asnw.png \
|
|
cursors/ass.png \
|
|
cursors/asse.png \
|
|
cursors/assw.png \
|
|
cursors/asw.png \
|
|
cursors/aswe.png \
|
|
cursors/chain.png \
|
|
cursors/chainnot.png \
|
|
cursors/chart.png \
|
|
cursors/copydata.png \
|
|
cursors/copydlnk.png \
|
|
cursors/copyf.png \
|
|
cursors/copyf2.png \
|
|
cursors/copyflnk.png \
|
|
cursors/crook.png \
|
|
cursors/crop.png \
|
|
cursors/darc.png \
|
|
cursors/dbezier.png \
|
|
cursors/dcapt.png \
|
|
cursors/dcirccut.png \
|
|
cursors/dconnect.png \
|
|
cursors/dellipse.png \
|
|
cursors/detectiv.png \
|
|
cursors/dfree.png \
|
|
cursors/dline.png \
|
|
cursors/dpie.png \
|
|
cursors/dpolygon.png \
|
|
cursors/drect.png \
|
|
cursors/dtext.png \
|
|
cursors/fill.png \
|
|
cursors/help.png \
|
|
cursors/hourglass.png \
|
|
cursors/hshear.png \
|
|
cursors/linkdata.png \
|
|
cursors/linkf.png \
|
|
cursors/magnify.png \
|
|
cursors/mirror.png \
|
|
cursors/movebw.png \
|
|
cursors/movedata.png \
|
|
cursors/movedlnk.png \
|
|
cursors/movef.png \
|
|
cursors/movef2.png \
|
|
cursors/moveflnk.png \
|
|
cursors/movept.png \
|
|
cursors/neswsize.png \
|
|
cursors/notallow.png \
|
|
cursors/nullptr.png \
|
|
cursors/nwsesize.png \
|
|
cursors/pen.png \
|
|
cursors/pivotcol.png \
|
|
cursors/pivotdel.png \
|
|
cursors/pivotfld.png \
|
|
cursors/pivotrow.png \
|
|
cursors/rotate.png \
|
|
cursors/tblsele.png \
|
|
cursors/tblsels.png \
|
|
cursors/tblselse.png \
|
|
cursors/tblselsw.png \
|
|
cursors/tblselw.png \
|
|
cursors/vshear.png \
|
|
cursors/vtext.png \
|
|
))
|
|
|
|
# vim:set noet sw=4 ts=4:
|