ライブラリ
- mkmf (9)
キーワード
-
cc
_ command (3) -
cpp
_ command (3) -
link
_ command (3)
検索結果
先頭3件
-
Kernel
# cc _ command(opt = "") -> String (19) -
実際にコンパイルする際に使用するコマンドを返します。
...用するコマンドを返します。
@param opt コンパイラに与える追加のコマンドライン引数を指定します。
@see RbConfig.expand... -
Kernel
# cpp _ command(outfile , opt = "") -> String (19) -
実際にプリプロセッサを実行する際に使用するコマンドを返します。
...ルの名前を指定します。
@param opt プリプロセッサに与える追加のコマンドライン引数を指定します。
@see RbConfig.expand... -
Kernel
# link _ command(ldflags , opt = "" , libpath = $ DEFLIBPATH| $ LIBPATH) -> String (19) -
実際にリンクする際に使用するコマンドを返します。
...定します。
@param opt LIBS に追加する値を指定します。
@param libpath LIBPATH に指定する値を指定します。
@see RbConfig.expand...
