office-gobmx/vcl/Package_osxres.mk
Tor Lillqvist c49721950c Re-organize OS X and iOS code in vcl a bit
Now with the ATSUI code gone is a good time for some
re-organisation. Get rid of "aqua" in file names and the separate
"coretext" folders. CoreText is all we use now for OS X (and has
always been so for iOS), so no need for a "coretext" folder, we can
keep the CoreText-using code under "quartz". Keep OS X -specific code
in "osx". Ditto for headers.

Keep "Aqua" as part of class names for now, though.

This is also preparation for planned further unification between OS X
and iOS code.

Change-Id: Ic60bd73fea4ab98183e7c8a09c7d3f66b9a34223
2013-12-06 15:05:00 +02:00

88 lines
2.3 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/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: