From: Greg Matheson Date: Tue, 10 Feb 2004 12:36:33 +0000 (+0800) Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=770c139a437bb4b020b3675d69351268adca1056;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows Message-ID: <20040210043633.GA33671687@momotaro> p4raw-id: //depot/perl@22298 --- diff --git a/win32/makefile.mk b/win32/makefile.mk index 87d5c16..35ced6c 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -554,7 +554,11 @@ $(o).dll: .ENDIF .rc.res: - $(RSC) -i $< -o $@ +.IF "$(CCTYPE)" == "GCC" + $(RSC) --use-temp-file -i $< -o $@ +.ELSE + $(RSC) -i.. $< +.ENDIF # # various targets