summaryrefslogtreecommitdiff
path: root/vcl/Zip_osxres.mk
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-04-28 18:11:56 +0200
committerDavid Tardon <dtardon@redhat.com>2013-04-28 18:23:10 +0000
commit14a96e28c9dac64cfa0d1cf1c6fc3fece8ed6b0c (patch)
treec51bd23ecec00461fdcf50e38f57ac368faf5380 /vcl/Zip_osxres.mk
parent9c4f99287c1ffc7119f6bf171926db6233e9de9c (diff)
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>
Diffstat (limited to 'vcl/Zip_osxres.mk')
-rw-r--r--vcl/Zip_osxres.mk88
1 files changed, 0 insertions, 88 deletions
diff --git a/vcl/Zip_osxres.mk b/vcl/Zip_osxres.mk
deleted file mode 100644
index 10c0d12eaa8f..000000000000
--- a/vcl/Zip_osxres.mk
+++ /dev/null
@@ -1,88 +0,0 @@
-# -*- 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_Zip_Zip,osxres,$(SRCDIR)/vcl/aqua/source/res))
-
-$(eval $(call gb_Zip_add_files,osxres,\
- 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: