* 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:
parent
cd84994255
commit
63b9174a64
@ -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…
x
Reference in New Issue
Block a user