RELEASE/1.2debug-cidebug-ci-sanitisersfaster-cavernloglog-selectstereostereo-2025walls-datawalls-data-hanging-as-warningwarn-only-for-hanging-survey
Last change
on this file since 3c65a9f was
b8271f8f,
checked in by Olly Betts <olly@…>, 10 years ago
|
buildmacosx.sh,lib/INSTALL.OSX,lib/icons/Makefile.am: Add a custom
icon for the Mac OS X application bundle.
|
-
Property mode set to
100644
|
File size:
1.6 KB
|
Line | |
---|
1 | ## Process this file with automake to produce Makefile.in |
---|
2 | |
---|
3 | icondir = $(pkgdatadir)/icons |
---|
4 | # aven.png doesn't need to be installed on win32, but it's only 527 bytes. |
---|
5 | dist_icon_DATA = elevation.png open.png crosses.png entrances.png plan.png\ |
---|
6 | rotation.png defaults.png surface-legs.png ug-legs.png fixed-pts.png\ |
---|
7 | exported-pts.png names.png aven-about.png\ |
---|
8 | texture.png solid-surface.png osterei.jpg\ |
---|
9 | tubes.png find.png hideresults.png survey-tree.png pres-tree.png \ |
---|
10 | open-pres.png\ |
---|
11 | pres-frew.png pres-rew.png pres-go-back.png pres-pause.png\ |
---|
12 | pres-go.png pres-ff.png pres-fff.png pres-stop.png\ |
---|
13 | 3d.png err.png plt.png pos.png svx.png aven.png |
---|
14 | |
---|
15 | # tubesprefs.png stationsprefs.png indicatorprefs.png\ |
---|
16 | # windowprefs.png gridprefs.png unitsprefs.png \ |
---|
17 | # legsprefs.png ctlprefs.png pres-restart.png pres-create.png\ |
---|
18 | # pres-record.png pres-finish.png |
---|
19 | |
---|
20 | pixmapsdir = $(datadir)/pixmaps |
---|
21 | dist_pixmaps_DATA = aven.png aven.svg svxedit.png |
---|
22 | |
---|
23 | Aven.iconset.zip: aven.svg |
---|
24 | rm -rf Aven.iconset |
---|
25 | mkdir Aven.iconset |
---|
26 | for r in 16 32 128 256 512 ; do \ |
---|
27 | convert aven.svg -resize "$${r}x$${r}" "Aven.iconset/icon_$${r}x$${r}.png" ; \ |
---|
28 | done |
---|
29 | for r in 16 128 256 ; do \ |
---|
30 | d=`expr $$r + $$r` ; \ |
---|
31 | ln "Aven.iconset/icon_$${d}x$${d}.png" "Aven.iconset/icon_$${r}x$${r}@2x.png" ; \ |
---|
32 | done |
---|
33 | for r in 32 512 ; do \ |
---|
34 | d=`expr $$r + $$r` ; \ |
---|
35 | convert aven.svg -resize "$${d}x$${d}" "Aven.iconset/icon_$${r}x$${r}@2x.png" ; \ |
---|
36 | done |
---|
37 | rm -f Aven.iconset.zip |
---|
38 | zip --move -r Aven.iconset.zip Aven.iconset |
---|
39 | |
---|
40 | SUFFIXES = .ico .png |
---|
41 | |
---|
42 | .png.ico: |
---|
43 | $(SHELL) $(srcdir)/png2winicon $< $@ |
---|
44 | |
---|
45 | EXTRA_DIST = 3d.ico err.ico plt.ico pos.ico svx.ico\ |
---|
46 | aven.ico svxedit.ico png2winicon Aven.iconset.zip |
---|
Note: See
TracBrowser
for help on using the repository browser.