From: H.G.Muller Date: Sun, 28 Sep 2014 20:55:24 +0000 (+0200) Subject: Add Windows icon for the executables X-Git-Url: http://winboard.nl/cgi-bin?p=fairymax.git;a=commitdiff_plain;h=2fb83e0335fabebfcb66dbaf9deeb4dabdebf4f8 Add Windows icon for the executables For convenience the .o file is also committed, although it is really a derived file. --- diff --git a/windows/elephant.ico b/windows/elephant.ico new file mode 100644 index 0000000..7715e4d Binary files /dev/null and b/windows/elephant.ico differ diff --git a/windows/fmax.rc b/windows/fmax.rc new file mode 100644 index 0000000..a59ed58 --- /dev/null +++ b/windows/fmax.rc @@ -0,0 +1 @@ +ICON_WHITE ICON DISCARDABLE "elephant.ico" diff --git a/windows/fres.o b/windows/fres.o new file mode 100644 index 0000000..451e95f Binary files /dev/null and b/windows/fres.o differ