1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* win32/Makefile.sub (rc): suppress meaningless message.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2010-12-02 01:20:36 +00:00
parent 6d74458037
commit 173f69146c
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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 $(?:/=\) $@