Bump for 4.0-11
[LibreOffice.git] / vcl / Zip_osxres.mk
blob212b80255e90ce89cb4a9f989a95b7d4c8147759
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License or as specified alternatively below. You may obtain a copy of
7 # the License at http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
12 # License.
14 # Major Contributor(s):
15 # Copyright (C) 2012 Red Hat, Inc., David Tardon <dtardon@redhat.com>
16 # (initial developer)
18 # All Rights Reserved.
20 # For minor contributions see the git repository.
22 # Alternatively, the contents of this file may be used under the terms of
23 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
24 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
25 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
26 # instead of those above.
28 $(eval $(call gb_Zip_Zip,osxres,$(SRCDIR)/vcl/aqua/source/res))
30 $(eval $(call gb_Zip_add_files,osxres,\
31 MainMenu.nib/classes.nib \
32 MainMenu.nib/info.nib \
33 MainMenu.nib/keyedobjects.nib \
34 cursors/airbrush.png \
35 cursors/ase.png \
36 cursors/asn.png \
37 cursors/asne.png \
38 cursors/asns.png \
39 cursors/asnswe.png \
40 cursors/asnw.png \
41 cursors/ass.png \
42 cursors/asse.png \
43 cursors/assw.png \
44 cursors/asw.png \
45 cursors/aswe.png \
46 cursors/chain.png \
47 cursors/chainnot.png \
48 cursors/chart.png \
49 cursors/copydata.png \
50 cursors/copydlnk.png \
51 cursors/copyf.png \
52 cursors/copyf2.png \
53 cursors/copyflnk.png \
54 cursors/crook.png \
55 cursors/crop.png \
56 cursors/darc.png \
57 cursors/dbezier.png \
58 cursors/dcapt.png \
59 cursors/dcirccut.png \
60 cursors/dconnect.png \
61 cursors/dellipse.png \
62 cursors/detectiv.png \
63 cursors/dfree.png \
64 cursors/dline.png \
65 cursors/dpie.png \
66 cursors/dpolygon.png \
67 cursors/drect.png \
68 cursors/dtext.png \
69 cursors/fill.png \
70 cursors/help.png \
71 cursors/hourglass.png \
72 cursors/hshear.png \
73 cursors/linkdata.png \
74 cursors/linkf.png \
75 cursors/magnify.png \
76 cursors/mirror.png \
77 cursors/movebw.png \
78 cursors/movedata.png \
79 cursors/movedlnk.png \
80 cursors/movef.png \
81 cursors/movef2.png \
82 cursors/moveflnk.png \
83 cursors/movept.png \
84 cursors/neswsize.png \
85 cursors/notallow.png \
86 cursors/nullptr.png \
87 cursors/nwsesize.png \
88 cursors/pen.png \
89 cursors/pivotcol.png \
90 cursors/pivotdel.png \
91 cursors/pivotfld.png \
92 cursors/pivotrow.png \
93 cursors/pntbrsh.png \
94 cursors/rotate.png \
95 cursors/tblsele.png \
96 cursors/tblsels.png \
97 cursors/tblselse.png \
98 cursors/tblselsw.png \
99 cursors/tblselw.png \
100 cursors/timemove.png \
101 cursors/timesize.png \
102 cursors/vshear.png \
103 cursors/vtext.png \
106 # vim:set shiftwidth=4 softtabstop=4 expandtab: