Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / extras / Zip_tplwizbitmap.mk
blobc63f1623100c8bd719a77a7b27d8ef513bfb0b3f
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Zip_Zip,tplwizbitmap,$(SRCDIR)/extras/source/templates/wizard/bitmap))
12 $(eval $(call gb_Zip_add_files,tplwizbitmap,\
13 cancel_down.bmp \
14 cancel_up.bmp \
15 down.bmp \
16 end.bmp \
17 euro_1.bmp \
18 euro_2.bmp \
19 euro_3.bmp \
20 ftpconnected.gif \
21 ftpconnecting.gif \
22 ftperror.gif \
23 ftpunknown.gif \
24 Import_1.bmp \
25 Import_3.bmp \
26 Import_4.bmp \
27 maximize.bmp \
28 minimize.bmp \
29 MS-Import_2-1.bmp \
30 MS-Import_2-2.bmp \
31 MS-Import_2-3.bmp \
32 okay_down.bmp \
33 okay_up.bmp \
34 report.bmp \
35 tutorial_background.gif \
36 up.bmp \
37 XML-Import_2-1.bmp \
38 XML-Import_2-2.bmp \
39 XML-Import_2-3.bmp \
40 XML-Import_2-4.bmp \
43 # vim: set noet sw=4 ts=4: