* win32/Makefile.sub (RUNRUBY): now ruby requires something from
gem_prelude, so need to set library path. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19970 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a1645803bb
commit
4189288f2e
@ -1,3 +1,8 @@
|
|||||||
|
Tue Oct 28 09:19:40 2008 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
|
* win32/Makefile.sub (RUNRUBY): now ruby requires something from
|
||||||
|
gem_prelude, so need to set library path.
|
||||||
|
|
||||||
Mon Oct 27 22:29:11 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
|
Mon Oct 27 22:29:11 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
|
||||||
|
|
||||||
* vm_insnhelper.c (vm_yield_setup_args): supports optional parameters.
|
* vm_insnhelper.c (vm_yield_setup_args): supports optional parameters.
|
||||||
|
@ -214,7 +214,7 @@ MINIRUBY = $(RUBY) -I$(MAKEDIR) -rfake
|
|||||||
RUNRUBY = $(MINIRUBY)
|
RUNRUBY = $(MINIRUBY)
|
||||||
!else
|
!else
|
||||||
MINIRUBY = .\miniruby$(EXEEXT) -I$(srcdir)/lib
|
MINIRUBY = .\miniruby$(EXEEXT) -I$(srcdir)/lib
|
||||||
RUNRUBY = .\$(PROGRAM) -I"$(EXTOUT)/$(arch)"
|
RUNRUBY = .\$(PROGRAM) -I$(srcdir)/lib -I"$(EXTOUT)/$(arch)"
|
||||||
!endif
|
!endif
|
||||||
MINIRUBY = $(MINIRUBY) $(MINIRUBYOPT)
|
MINIRUBY = $(MINIRUBY) $(MINIRUBYOPT)
|
||||||
RUNRUBY = $(RUNRUBY) "$(srcdir)/runruby.rb" --extout="$(EXTOUT)" --
|
RUNRUBY = $(RUNRUBY) "$(srcdir)/runruby.rb" --extout="$(EXTOUT)" --
|
||||||
|
Loading…
x
Reference in New Issue
Block a user