projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
294fc19
)
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
patch
|
blob
|
blame
|
history
diff --git
a/win32/makefile.mk
b/win32/makefile.mk
index
87d5c16
..
35ced6c
100644
(file)
--- 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