204件ヒット
[1-100件を表示]
(0.215秒)
キーワード
-
arg
_ config (12) -
cc
_ command (12) -
cpp
_ command (12) -
create
_ header (12) -
create
_ tmpsrc (12) - desc (12)
-
dir
_ config (12) -
dummy
_ makefile (12) -
enable
_ config (24) -
find
_ executable (12) - libpathflag (12)
-
link
_ command (12) -
merge
_ libs (12) - scanf (12)
-
with
_ config (24)
検索結果
先頭5件
- Kernel
# dir _ config(target , idefault = nil , ldefault = nil) -> [String , String] - Kernel
# link _ command(ldflags , opt = "" , libpath = $ DEFLIBPATH| $ LIBPATH) -> String - Kernel
# merge _ libs(*libs) -> [String] - Kernel
# arg _ config(config , default) { . . . } -> object | String | true | nil - Kernel
# cpp _ command(outfile , opt = "") -> String
-
Kernel
# dir _ config(target , idefault = nil , ldefault = nil) -> [String , String] (222.0) -
configure オプション --with-TARGET-dir, --with-TARGET-include, --with-TARGET-lib をユーザが extconf.rb に指定できるようにします。
...たときは
$CFLAGS に PATH を追加します。
@param target ターゲットの名前を指定します。
@param idefault システム標準ではないヘッダファイルのディレクトリのデフォルト値を指定します。
@param ldefault システム標準ではないライ... -
Kernel
# link _ command(ldflags , opt = "" , libpath = $ DEFLIBPATH| $ LIBPATH) -> String (127.0) -
実際にリンクする際に使用するコマンドを返します。
...実際にリンクする際に使用するコマンドを返します。
@param ldflags LDFLAGS に追加する値を指定します。
@param opt LIBS に追加する値を指定します。
@param libpath LIBPATH に指定する値を指定します。
@see RbConfig.expand... -
Kernel
# merge _ libs(*libs) -> [String] (125.0) -
@todo 使われてない
...@todo 使われてない
@param libs ???... -
Kernel
# arg _ config(config , default) { . . . } -> object | String | true | nil (121.0) -
configure オプション --config の値を返します。
...configure オプション --config の値を返します。
@param config オプションを文字列で指定します。
@param default 引数 config で指定したオプションのデフォルト値を指定します。
@return オプションが指定されてた場合は true を、指定... -
Kernel
# cpp _ command(outfile , opt = "") -> String (121.0) -
実際にプリプロセッサを実行する際に使用するコマンドを返します。
...実際にプリプロセッサを実行する際に使用するコマンドを返します。
@param outfile 出力ファイルの名前を指定します。
@param opt プリプロセッサに与える追加のコマンドライン引数を指定します。
@see RbConfig.expand... -
Kernel
# enable _ config(config , default) -> bool | String (116.0) -
configure のオプションを検査します。
...します。
これはデバッグ情報などのカスタム定義を、追加するのに役立ちます。
@param config configure のオプションの名前を指定します。
@param default デフォルト値を返します。
例
require 'mkmf'
if enable_config("debug")
$defs.p... -
Kernel
# enable _ config(config , default) {|config , default| . . . } -> bool | String (116.0) -
configure のオプションを検査します。
...します。
これはデバッグ情報などのカスタム定義を、追加するのに役立ちます。
@param config configure のオプションの名前を指定します。
@param default デフォルト値を返します。
例
require 'mkmf'
if enable_config("debug")
$defs.p... -
Kernel
# with _ config(config , default = nil) -> bool | String (116.0) -
configure のオプションを検査します。
...します。
これはデバッグ情報などのカスタム定義を、追加するのに役立ちます。
@param config configure のオプションの名前を指定します。
@param default デフォルト値を返します。
例
require 'mkmf'
if with_config("debug")
$defs.pus... -
Kernel
# with _ config(config , default = nil) {|config , default| . . . } -> bool | String (116.0) -
configure のオプションを検査します。
...します。
これはデバッグ情報などのカスタム定義を、追加するのに役立ちます。
@param config configure のオプションの名前を指定します。
@param default デフォルト値を返します。
例
require 'mkmf'
if with_config("debug")
$defs.pus...