mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Make sources by BASERUBY if available instead of miniruby
This commit is contained in:
parent
8f13d75a8c
commit
7c67d0fd79
5 changed files with 31 additions and 16 deletions
|
@ -54,7 +54,7 @@ $(RUBY_EXP) $(LIBRUBY_SO): $(DLL_BASE_NAME).res.$(OBJEXT)
|
|||
|
||||
%.rc: $(RBCONFIG) $(srcdir)/revision.h $(srcdir)/win32/resource.rb
|
||||
$(ECHO) generating $@
|
||||
$(Q) $(MINIRUBY) $(srcdir)/win32/resource.rb \
|
||||
$(Q) $(BOOTSTRAPRUBY_COMMAND) $(srcdir)/win32/resource.rb \
|
||||
-ruby_name=$(RUBY_INSTALL_NAME) -rubyw_name=$(RUBYW_INSTALL_NAME) \
|
||||
-so_name=$(DLL_BASE_NAME) -output=$(*F) \
|
||||
. $(icondirs) $(srcdir)/win32
|
||||
|
@ -96,7 +96,7 @@ $(LIBRUBY_SO): $(RUBYDEF)
|
|||
|
||||
$(RUBYDEF): $(LIBRUBY_A) $(PREP) $(RBCONFIG)
|
||||
$(ECHO) generating $@
|
||||
$(Q) $(MINIRUBY) $(srcdir)/win32/mkexports.rb -output=$@ $(LIBRUBY_A)
|
||||
$(Q) $(BOOTSTRAPRUBY_COMMAND) $(srcdir)/win32/mkexports.rb -output=$@ $(LIBRUBY_A)
|
||||
|
||||
clean-local::
|
||||
@$(RM) $(RUBYDEF)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue