* ChangeLog: specify the source.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2002-09-10 08:28:51 +00:00
parent a3faa7e2e2
commit 97c0e2c0cd

View File

@ -1,14 +1,15 @@
Tue Sep 10 17:16:14 2002 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/Makefile.sub (miniruby): shouldn't link $(EXTOBJS).
[ruby-dev:17059]
* win32/Makefile.sub ($(LIBRUBY_A), $(LIBRUBY)): avoid lib.exe's
warning.
warning. [ruby-dev:17059]
* win32/Makefile.sub: remove unnecessary rules.
* win32/Makefile.sub: remove unnecessary rules. [ruby-dev:17059]
* win32/configure.bat, win32/setup.mak, win32/README.win32: enable to
pass some arguments to configure.
pass some arguments to configure. [ruby-dev:17059]
Mon Sep 9 23:43:33 2002 WATANABE Hirofumi <eban@ruby-lang.org>