From 7c491e865f312c489519f6933dfe57f68309c05e Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 21 Feb 1999 10:29:13 +0000 Subject: [PATCH] putty.r renamed to mac_res.r for consistency with Windows version. [originally from svn r55] --- PuTTY.make | 6 +++--- putty.r => mac_res.r | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename putty.r => mac_res.r (99%) diff --git a/PuTTY.make b/PuTTY.make index 3b1afd21..f4b3b783 100644 --- a/PuTTY.make +++ b/PuTTY.make @@ -1,4 +1,4 @@ -# $Id: PuTTY.make,v 1.1.2.4 1999/02/20 22:10:33 ben Exp $ +# $Id: PuTTY.make,v 1.1.2.5 1999/02/21 10:29:12 ben Exp $ # This is the Makefile for building PuTTY for the Mac OS. # Users of non-Mac systems will see some pretty strange characters around. @@ -39,8 +39,8 @@ PuTTY "{Libraries}Interface.o" -PuTTY ÄÄ {¥MondoBuild¥} putty.r macresid.h - Rez putty.r -o {Targ} {Includes} -append +PuTTY ÄÄ {¥MondoBuild¥} mac_res.r macresid.h + Rez mac_res.r -o {Targ} {Includes} -append "{ObjDir¥68K}mac.c.o" Ä {¥MondoBuild¥} mac.c putty.h macresid.h diff --git a/putty.r b/mac_res.r similarity index 99% rename from putty.r rename to mac_res.r index ab474078..2304fe6a 100644 --- a/putty.r +++ b/mac_res.r @@ -1,4 +1,4 @@ -/* $Id: putty.r,v 1.1.2.6 1999/02/20 23:55:55 ben Exp $ */ +/* $Id: mac_res.r,v 1.1.2.1 1999/02/21 10:29:13 ben Exp $ */ /* PuTTY resources */ #define PICT_RezTemplateVersion 1 -- 2.45.2