aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-08 14:53:55 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-08 14:53:55 +0000
commit0f406d278fce4909940ed52df2009b18fee2c22a (patch)
tree5b7e126d28dff360d52eade51f9e883f533a3ec8 /ChangeLog
parentdd00d45244fd58fc1f5bf9c110bf48fb4ccf37b8 (diff)
downloadruby-0f406d278fce4909940ed52df2009b18fee2c22a.tar.gz
* win32/configure.bat: now recognize --with-*-{dir,include,lib} options
and pass them to mkmf. * win32/configure.bat: general conversion from ``/'' to ``\'' of configure_args is not necessary any longer. * win32/setup.mak: BASERUBY is used as command, so always need to convert ``/'' to ``\'' within it. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26051 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 92b43675f7..3f6c25edd0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Tue Dec 8 23:41:34 2009 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/configure.bat: now recognize --with-*-{dir,include,lib} options
+ and pass them to mkmf.
+
+ * win32/configure.bat: general conversion from ``/'' to ``\'' of
+ configure_args is not necessary any longer.
+
+ * win32/setup.mak: BASERUBY is used as command, so always need to
+ convert ``/'' to ``\'' within it.
+
Tue Dec 8 23:39:52 2009 NAKAMURA Usaku <usa@ruby-lang.org>
* numeric.c (flo_eq): supress a warning on VC++ for x64.