From 7b4ed2153b69b116bb74431c37c748ad39c384ce Mon Sep 17 00:00:00 2001 From: jacob Date: Thu, 25 Jan 2007 00:14:01 +0000 Subject: [PATCH 1/1] We may as well update the website icon to match the other new ones. git-svn-id: svn://svn.tartarus.org/sgt/putty@7153 cda61777-01e9-0310-a592-d414129be87e --- icons/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/icons/Makefile b/icons/Makefile index 0e16de34..373816f3 100644 --- a/icons/Makefile +++ b/icons/Makefile @@ -72,6 +72,10 @@ installer.ico: installer-16.png installer-32.png installer-48.png \ -4 $(filter-out %-true.png, $(filter-out %-mono.png, $^)) \ -1 $(filter %-mono.png, $^) > $@ +# Icon for the website. (This isn't linked into "make all".) +website.ico: putty-16.png + ./icon.pl -4 $^ >$@ + xpmputty.c: putty-16.png putty-32.png putty-48.png ./cicon.pl main_icon $^ > $@ -- 2.11.0