ruby-changes:47362
From: usa <ko1@a...>
Date: Thu, 3 Aug 2017 12:31:44 +0900 (JST)
Subject: [ruby-changes:47362] usa:r59478 (trunk): Should show the entity of $PATH_SEPARATOR
usa 2017-08-03 12:31:38 +0900 (Thu, 03 Aug 2017) New Revision: 59478 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=59478 Log: Should show the entity of $PATH_SEPARATOR * win32/configure.bat (--help): should show the entity of $PATH_SEPARATOR. Modified files: trunk/win32/configure.bat Index: win32/configure.bat =================================================================== --- win32/configure.bat (revision 59477) +++ win32/configure.bat (revision 59478) @@ -222,7 +222,7 @@ goto :loop ; https://github.com/ruby/ruby/blob/trunk/win32/configure.bat#L222 echo --with-static-linked-ext link external modules statically echo --with-ext="a,b,..." use extensions a, b, ... echo --without-ext="a,b,..." ignore extensions a, b, ... - echo --with-out-dir=DIR-LIST add optional headers and libraries directories separated by $PATH_SEPARATOR + echo --with-out-dir=DIR-LIST add optional headers and libraries directories separated by `;' echo --disable-install-doc do not install rdoc indexes during install echo --with-ntver=0xXXXX target NT version (shouldn't use with old SDK) del *.tmp -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/