diff --git a/ChangeLog b/ChangeLog index c3dc7d7fe7..8a17ced672 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Mar 29 15:49:29 2002 Usaku Nakamura + + * win32/README.win32: follow recent changes. + Thu Mar 28 18:58:13 2002 Usaku Nakamura * win32/Makefile.sub (config.status): reflect user defined $CC in diff --git a/win32/README.win32 b/win32/README.win32 index 774a5c424c..cafcedff71 100644 --- a/win32/README.win32 +++ b/win32/README.win32 @@ -18,7 +18,6 @@ * cl * lib * dumpbin - * rm == How to compile and install @@ -31,9 +30,11 @@ (3) Run `((%nmake%))' -(4) Run `((%nmake test%))' +(4) If you want to make rubyw.exe, run `((%nmake rubyw.exe%))' -(5) Run `((%nmake DESTDIR= install%))' +(5) Run `((%nmake test%))' + +(6) Run `((%nmake DESTDIR= install%))' This command will create following directories and install files onto them. * \bin @@ -46,7 +47,7 @@ * \lib\ruby\site_ruby\.\ * \man\man1 If Ruby's version is `x.y.z', the ((||)) is `x' and the ((||)) is `y'. - The ((||)) is usually `(({i586-mswin32}))'. + The ((||)) is `(({i386-mswin32}))'. == Icons