1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* bcc32/Makefile.sub (LIBRUBY_A): link dmyext.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2003-01-21 09:05:30 +00:00
parent 1c770e7077
commit 8a51d2df6e
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
Tue Jan 21 18:05:25 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net>
* bcc32/Makefile.sub (LIBRUBY_A): link dmyext.
Tue Jan 21 16:59:18 2003 NAKAMURA Usaku <usa@ruby-lang.org>
* instruby.rb: use real interpreter pathname at shebang line.

View file

@ -393,9 +393,9 @@ $(PROGRAM): $(MAINOBJ) $(LIBRUBY_SO) $(RUBY_INSTALL_NAME).res
$(WPROGRAM): $(MAINOBJ) $(WINMAINOBJ) $(LIBRUBY_SO) $(RUBYW_INSTALL_NAME).res
$(LD) $(LDFLAGS) $(WLDFLAGS) $(MAINOBJ) $(WINMAINOBJ),$@,nul,$(LIBRUBYARG) $(LIBS),,$(RUBYW_INSTALL_NAME).res
$(LIBRUBY_A): $(OBJS)
$(LIBRUBY_A): $(OBJS) dmyext.obj
@-if exist $@ del $@
$(AR) $(ARFLAGS) "$@" $(OBJS)
$(AR) $(ARFLAGS) "$@" $(OBJS) dmyext.obj
# $(LIBRUBY): $(LIBRUBY_SO)
# implib $@ $(LIBRUBY_SO)