diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-09-10 08:28:51 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-09-10 08:28:51 +0000 |
commit | 7687b581711d93a356b81f8a78be78abfeebf29e (patch) | |
tree | 91adb8a0382831cc98e85eb64b738b38783c05e5 | |
parent | 410816be407af5d96df81c76026b8548812c178d (diff) | |
download | ruby-7687b581711d93a356b81f8a78be78abfeebf29e.tar.gz ruby-7687b581711d93a356b81f8a78be78abfeebf29e.tar.xz ruby-7687b581711d93a356b81f8a78be78abfeebf29e.zip |
* ChangeLog: specify the source.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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> |