From 1076ce88aa6ba7ca4ba66fe8d62a6c3492938264 Mon Sep 17 00:00:00 2001 From: ocean Date: Sun, 29 Feb 2004 08:22:48 +0000 Subject: * bcc32/Makefile.sub, bcc32/README.bcc32, bcc32/configure.bat, bcc32/setup.mak: new configure scheme. use ``configure --prefix=dir'' instead of ``make DESTDIR=dir install''. --with-static-linked-ext support on mswin32. [ruby-dev:23034] (by Nakada. Thanks.) * bcc32/setup.mak: "configure --disable-install-doc" is now working. * win32/setup.mak: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 526eacd38..3c00968bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Sat Feb 28 21:50:20 Hirokazu Yamamoto + + * bcc32/Makefile.sub, bcc32/README.bcc32, bcc32/configure.bat, + bcc32/setup.mak: new configure scheme. use ``configure --prefix=dir'' + instead of ``make DESTDIR=dir install''. + --with-static-linked-ext support on mswin32. [ruby-dev:23034] + (by Nakada. Thanks.) + + * bcc32/setup.mak: "configure --disable-install-doc" is now working. + + * win32/setup.mak: ditto. + Sat Feb 28 15:09:49 Hirokazu Yamamoto * bcc32/configure.bat: append missing label ":exit". -- cgit