aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--win32/README.win324
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 957552f63a..5852e45fd3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Nov 13 12:30:26 2012 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/README.win32: added mention about build directory. currently
+ we can not build ruby in win32 directory. this problem is reported
+ by Masahiro Kitajima <katonbo@katontech.com>.
+
Tue Nov 13 11:03:47 2012 Masaki Matsushita <glass.saga@gmail.com>
* re.c (rb_memsearch_ss): performance improvement by using memmem(3) if
diff --git a/win32/README.win32 b/win32/README.win32
index 5cae250aec..d31814bd0f 100644
--- a/win32/README.win32
+++ b/win32/README.win32
@@ -134,4 +134,8 @@ the ruby source directory, this restriction comes from the behavior of
(({!INCLUDE})) directives of (({NMAKE})).
((- you may call it a bug. -))
+You can build ruby in any directory including the source directory,
+except (({win32})) directory in the source directory.
+This is restriction originating in the path search method of (({NMAKE})).
+
=end