[前][次][番号順一覧][スレッド一覧]

ruby-changes:24743

From: usa <ko1@a...>
Date: Thu, 23 Aug 2012 12:34:06 +0900 (JST)
Subject: [ruby-changes:24743] usa:r36794 (trunk): * win32/configure.bat: added help message of --with(out)?-ext.

usa	2012-08-23 12:33:53 +0900 (Thu, 23 Aug 2012)

  New Revision: 36794

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=36794

  Log:
    * win32/configure.bat: added help message of --with(out)?-ext.

  Modified files:
    trunk/win32/configure.bat

Index: win32/configure.bat
===================================================================
--- win32/configure.bat	(revision 36793)
+++ win32/configure.bat	(revision 36794)
@@ -172,6 +172,8 @@
   echo Optional Package:
   echo   --with-baseruby=RUBY    use RUBY as baseruby [ruby]
   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   --disable-install-doc   do not install rdoc indexes during install
   echo   --disable-win95         disable win95 support
   echo   --with-ntver=0xXXXX     target NT version (shouldn't use with old SDK)

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]