mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-02 19:50:12 -05:00
icons: build true-colour installer icons unconditionally.
We weren't building _all_ the icons in true-colour mode, because most don't change anyway. The installer ones do, so let's build them. Works better with the preview page.
This commit is contained in:
parent
58b0fbfe3a
commit
308a85f8a2
@ -7,7 +7,7 @@ MODE = # override to -it on command line for opaque testing
|
||||
|
||||
PAMS = $(foreach I,$(ICONS),$(foreach S,$(SIZES),$(I)-$(S).pam))
|
||||
MONOPAMS = $(foreach I,$(ICONS),$(foreach S,$(SIZES),$(I)-$(S)-mono.pam))
|
||||
TRUEPAMS = $(foreach I,$(ICONS),$(foreach S,$(SIZES),$(I)-$(S)-true.pam))
|
||||
TRUEPAMS = $(foreach I,puttyins,$(foreach S,$(SIZES),$(I)-$(S)-true.pam))
|
||||
|
||||
PNGS = $(patsubst %.pam,%.png,$(PAMS))
|
||||
MONOPNGS = $(patsubst %.pam,%.png,$(MONOPAMS))
|
||||
@ -22,7 +22,7 @@ CICONS = xpmputty.c xpmpucfg.c xpmpterm.c xpmptcfg.c
|
||||
|
||||
base: icos cicons
|
||||
|
||||
all: pngs monopngs base icns svgs # truepngs currently disabled by default
|
||||
all: pngs monopngs base icns svgs truepngs
|
||||
|
||||
pngs: $(PNGS)
|
||||
monopngs: $(MONOPNGS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user