Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
Greg Matheson [Tue, 10 Feb 2004 12:36:33 +0000 (20:36 +0800)]
Message-ID: <20040210043633.GA33671687@momotaro>

p4raw-id: //depot/perl@22298

win32/makefile.mk

index 87d5c16..35ced6c 100644 (file)
@@ -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