summaryrefslogtreecommitdiff
path: root/vcl/Package_osxres.mk
blob: 10451fec779eb3a77d258a767ad58533cc231864 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# -*- 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: