office-gobmx/vcl/Package_osxres.mk
Julien Nabet 14a96e28c9 fdo#63197: convert osxres
Change-Id: I969217263fdda3e61b38dc16f0a9251b745de885
Reviewed-on: https://gerrit.libreoffice.org/3652
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
2013-04-28 18:23:10 +00:00

90 lines
2.4 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/aqua/source/res))
$(eval $(call gb_Package_set_outdir,vcl_osxres,$(INSTDIR)))
$(eval $(call gb_Package_add_files_with_dir,vcl_osxres,Resources,\
MainMenu.nib/classes.nib \
MainMenu.nib/info.nib \
MainMenu.nib/keyedobjects.nib \
cursors/airbrush.png \
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/pntbrsh.png \
cursors/rotate.png \
cursors/tblsele.png \
cursors/tblsels.png \
cursors/tblselse.png \
cursors/tblselsw.png \
cursors/tblselw.png \
cursors/timemove.png \
cursors/timesize.png \
cursors/vshear.png \
cursors/vtext.png \
))
# vim:set noet sw=4 ts=4: