* {bcc32,win32}/Makefile.sub (RUNRUBY): need to set archdir when
invoking ruby. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15056 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
21365c4476
commit
4f703c7dad
@ -1,3 +1,8 @@
|
|||||||
|
Tue Jan 15 13:54:41 2008 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
|
* {bcc32,win32}/Makefile.sub (RUNRUBY): need to set archdir when
|
||||||
|
invoking ruby.
|
||||||
|
|
||||||
Tue Jan 15 13:43:18 2008 NAKAMURA Usaku <usa@ruby-lang.org>
|
Tue Jan 15 13:43:18 2008 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
* common.mk (us_ascii.o): add dependecies. [ruby-dev:33111]
|
* common.mk (us_ascii.o): add dependecies. [ruby-dev:33111]
|
||||||
|
@ -180,7 +180,7 @@ PROGRAM=$(RUBY_INSTALL_NAME)$(EXEEXT)
|
|||||||
WPROGRAM=$(RUBYW_INSTALL_NAME)$(EXEEXT)
|
WPROGRAM=$(RUBYW_INSTALL_NAME)$(EXEEXT)
|
||||||
RUBYDEF = $(RUBY_SO_NAME).def
|
RUBYDEF = $(RUBY_SO_NAME).def
|
||||||
MINIRUBY = .\miniruby$(EXEEXT) -I$(srcdir)/lib $(MINIRUBYOPT)
|
MINIRUBY = .\miniruby$(EXEEXT) -I$(srcdir)/lib $(MINIRUBYOPT)
|
||||||
RUNRUBY = .\ruby$(EXEEXT) "$(srcdir)/runruby.rb" --extout="$(EXTOUT)" --
|
RUNRUBY = .\ruby$(EXEEXT) -i"$(EXTOUT)/$(arch)" "$(srcdir)/runruby.rb" --extout="$(EXTOUT)" --
|
||||||
|
|
||||||
ORGLIBPATH = $(LIB)
|
ORGLIBPATH = $(LIB)
|
||||||
|
|
||||||
|
@ -207,7 +207,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 = .\ruby$(EXEEXT)
|
RUNRUBY = .\ruby$(EXEEXT) -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