aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-02 01:20:36 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-02 01:20:36 +0000
commit173f69146c7dd0cf6cf2116cadbd050eddce6edb (patch)
treea39b323320b3a93994749c9799b48e6a2f589c07
parent6d74458037fd11612af429f95482a14cfa7d1381 (diff)
downloadruby-173f69146c7dd0cf6cf2116cadbd050eddce6edb.tar.gz
* win32/Makefile.sub (rc): suppress meaningless message.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--win32/Makefile.sub2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7df6e4116b..866f0a5882 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Dec 2 10:19:47 2010 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/Makefile.sub (rc): suppress meaningless message.
+
Thu Dec 2 10:09:40 2010 NARUSE, Yui <naruse@ruby-lang.org>
* ext/json/generator/extconf.rb: remove the lines which set -O3
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index e7334f6c17..e540a66813 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -1004,7 +1004,7 @@ $(ruby_pc): $(RBCONFIG)
.rc.res:
$(ECHO) compiling $(<:\=/)
- $(Q) $(RC) -I. -I$(<D) $(iconinc) -I$(srcdir)/win32 $(RFLAGS) -fo$@ $(<:\=/)
+ $(Q) $(RC) -nologo -I. -I$(<D) $(iconinc) -I$(srcdir)/win32 $(RFLAGS) -fo$@ $(<:\=/)
lex.c: {$(srcdir)}lex.c.blt
copy $(?:/=\) $@