mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* README.EXT (Example): extconf.rb is indispensable now.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7241 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3ab761e3d3
commit
dd65b46d65
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Wed Nov 10 12:31:21 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* README.EXT (Example): extconf.rb is indispensable now.
|
||||||
|
|
||||||
Wed Nov 10 03:33:36 2004 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
Wed Nov 10 03:33:36 2004 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
||||||
|
|
||||||
* ext/tcltklib/tcltklib.c: fix SEGV when compiled with Tcl/Tk8.3.x
|
* ext/tcltklib/tcltklib.c: fix SEGV when compiled with Tcl/Tk8.3.x
|
||||||
|
|
|
@ -595,8 +595,7 @@ are not exported to the Ruby world. You need to protect them by
|
||||||
(4) prepare extconf.rb
|
(4) prepare extconf.rb
|
||||||
|
|
||||||
If the file named extconf.rb exists, it will be executed to generate
|
If the file named extconf.rb exists, it will be executed to generate
|
||||||
Makefile. If not, the compilation scheme will try to generate Makefile
|
Makefile.
|
||||||
anyway.
|
|
||||||
|
|
||||||
extconf.rb is the file for check compilation conditions etc. You
|
extconf.rb is the file for check compilation conditions etc. You
|
||||||
need to put
|
need to put
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue