るりまサーチ (Ruby 2.5.0)

最速Rubyリファレンスマニュアル検索!
3件ヒット [1-3件を表示] (0.353秒)
トップページ > クエリ:l[x] > バージョン:2.5.0[x] > クエリ:r[x] > クエリ:build[x] > クエリ:rubygems/ext/ext_conf_builder[x]

別のキーワード

  1. rexml/document new
  2. rexml/document write
  3. rexml/document to_s
  4. rexml/document node_type
  5. rexml/document clone

検索結果

rubygems/ext/ext_conf_builder (168001.0)

extconf.rb を元にして拡張ライブラリをビルドするためのクラスを扱うライブラリです。

extconf.rb を元にして拡張ライブラリをビルドするためのクラスを扱うライブラリです。

Gem::Ext::ExtConfBuilder.build(extension, directory, dest_path, results) -> Array (124204.0)

@todo

@todo

Makefile が存在しない場合は、extconf.rb を実行して
Makefile を作成してから make を実行します。

@param extension ファイル名を指定します。

@param directory このメソッドでは使用していません。

@param dest_path ???

@param results コマンドの実行結果を格納します。破壊的に変更されます。

@see Gem::Ext::Builder.make

Gem::Ext::ExtConfBuilder (78001.0)

extconf.rb を元にして拡張ライブラリをビルドするためのクラスです。

extconf.rb を元にして拡張ライブラリをビルドするためのクラスです。