1
0
Fork 0
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/trunk@7241 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2004-11-10 03:31:55 +00:00
parent cd84994255
commit 63b9174a64
2 changed files with 5 additions and 2 deletions

View file

@ -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>
* ext/tcltklib/tcltklib.c: fix SEGV when compiled with Tcl/Tk8.3.x

View file

@ -595,8 +595,7 @@ are not exported to the Ruby world. You need to protect them by
(4) prepare extconf.rb
If the file named extconf.rb exists, it will be executed to generate
Makefile. If not, the compilation scheme will try to generate Makefile
anyway.
Makefile.
extconf.rb is the file for check compilation conditions etc. You
need to put