ruby-changes:56797
From: Nobuyoshi <ko1@a...>
Date: Sun, 4 Aug 2019 08:16:00 +0900 (JST)
Subject: [ruby-changes:56797] Nobuyoshi Nakada: 7adc8c79ea (master): [DOC] "nmake check" is preferable to "nmake exam" now [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=7adc8c79ea From 7adc8c79eaf40521a290ecdc7aa0a8490a95f87a Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sun, 4 Aug 2019 08:15:05 +0900 Subject: [DOC] "nmake check" is preferable to "nmake exam" now [ci skip] [Feature #14187] diff --git a/win32/README.win32 b/win32/README.win32 index 5f16178..e5a754d 100644 --- a/win32/README.win32 +++ b/win32/README.win32 @@ -91,7 +91,7 @@ kit}[https://cache.ruby-lang.org/pub/misc/logo/ruby-logo-kit.zip]: https://github.com/ruby/ruby/blob/trunk/win32/README.win32#L91 cd \ruby win32\configure --prefix=/usr/local nmake - nmake exam + nmake check nmake install * Build on the relative directory from the ruby source directory. @@ -107,7 +107,7 @@ kit}[https://cache.ruby-lang.org/pub/misc/logo/ruby-logo-kit.zip]: https://github.com/ruby/ruby/blob/trunk/win32/README.win32#L107 cd mswin32 ..\win32\configure --prefix=/usr/local nmake - nmake exam + nmake check nmake install * Build on the different drive. @@ -121,7 +121,7 @@ kit}[https://cache.ruby-lang.org/pub/misc/logo/ruby-logo-kit.zip]: https://github.com/ruby/ruby/blob/trunk/win32/README.win32#L121 cd D:\build\ruby C:\src\ruby\win32\configure --prefix=/usr/local nmake - nmake exam + nmake check nmake install DESTDIR=C: * Build x64 version (requires native x64 VC++ compiler) @@ -135,7 +135,7 @@ kit}[https://cache.ruby-lang.org/pub/misc/logo/ruby-logo-kit.zip]: https://github.com/ruby/ruby/blob/trunk/win32/README.win32#L135 cd \ruby win32\configure --prefix=/usr/local --target=x64-mswin64 nmake - nmake exam + nmake check nmake install == Bugs -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/