mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
* cygwin/GNUMakefile.in ($(RCFILES)): fixes [ruby-core:33525].
Patch by Luis Lavena <luislavena AT gmail.com>.
412abfdcb6
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@30137 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
aeebb6e538
commit
9fa9adf1e9
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
Mon Dec 6 22:53:49 2010 Yuki Sonoda (Yugui) <yugui@yugui.jp>
|
||||
|
||||
* cygwin/GNUMakefile.in ($(RCFILES)): fixes [ruby-core:33525].
|
||||
Patch by Luis Lavena <luislavena AT gmail.com>.
|
||||
http://groups.google.com/group/rubyinstaller/browse_thread/thread/412abfdcb695aecb
|
||||
|
||||
Mon Dec 6 22:28:41 2010 Yuki Sonoda (Yugui) <yugui@yugui.jp>
|
||||
|
||||
* string.c (rb_str_concat): partially reverts r30040 because
|
||||
|
|
|
@ -41,7 +41,7 @@ $(RUBY_EXP) $(LIBRUBY_SO): $(DLL_BASE_NAME).res.@OBJEXT@
|
|||
%.res.@OBJEXT@: %.rc
|
||||
$(WINDRES) --include-dir . --include-dir $(<D) --include-dir $(srcdir)/win32 $< $@
|
||||
|
||||
$(RCFILES): $(RBCONFIG) config.rb
|
||||
$(RCFILES): $(RBCONFIG) $(srcdir)/revision.h $(srcdir)/win32/resource.rb
|
||||
@$(MINIRUBY) $(srcdir)/win32/resource.rb \
|
||||
-ruby_name=$(RUBY_INSTALL_NAME) -rubyw_name=$(RUBYW_INSTALL_NAME) \
|
||||
-so_name=$(DLL_BASE_NAME) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue