* bcc32/Makefile.sub: needs bcc32/mkexports.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6002 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
52a67fe60d
commit
9356e8d177
@ -1,4 +1,4 @@
|
|||||||
Tue Mar 23 14:31:47 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Tue Mar 23 14:46:10 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* Makefile.in, */Makefile.sub, common.mk (clean-local, distclean-local):
|
* Makefile.in, */Makefile.sub, common.mk (clean-local, distclean-local):
|
||||||
separate files under directories due to directory separator.
|
separate files under directories due to directory separator.
|
||||||
@ -14,6 +14,8 @@ Tue Mar 23 14:31:47 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|||||||
* lib/mkmf.rb (create_makefile): Borland make wrongly removes braces
|
* lib/mkmf.rb (create_makefile): Borland make wrongly removes braces
|
||||||
from command lines.
|
from command lines.
|
||||||
|
|
||||||
|
* bcc32/Makefile.sub: needs bcc32/mkexports.rb.
|
||||||
|
|
||||||
Mon Mar 22 08:21:17 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Mon Mar 22 08:21:17 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* Makefile.in, */Makefile.sub, common.mk: extract common portions.
|
* Makefile.in, */Makefile.sub, common.mk: extract common portions.
|
||||||
|
@ -402,7 +402,7 @@ $(LIBRUBY_SO): $(LIBRUBY_A) $(EXTOBJS) $(RUBYDEF) $(RUBY_SO_NAME).res
|
|||||||
$(LIBRUBY): $(LIBRUBY_SO)
|
$(LIBRUBY): $(LIBRUBY_SO)
|
||||||
|
|
||||||
$(RUBYDEF): $(LIBRUBY_A) $(PREP)
|
$(RUBYDEF): $(LIBRUBY_A) $(PREP)
|
||||||
$(MINIRUBY) $(srcdir)win32/mkexports.rb -output=$@ -base=$(RUBY_SO_NAME) $(LIBRUBY_A)
|
$(MINIRUBY) $(srcdir)bcc32/mkexports.rb -output=$@ -base=$(RUBY_SO_NAME) $(LIBRUBY_A)
|
||||||
|
|
||||||
$(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc: rbconfig.rb
|
$(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc: rbconfig.rb
|
||||||
@$(MINIRUBY) $(srcdir)win32/resource.rb \
|
@$(MINIRUBY) $(srcdir)win32/resource.rb \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user