diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-05-25 23:44:08 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-05-25 23:44:08 +0000 |
| commit | 0c03356f4d0d4956c2e06386b4b731e955e39814 (patch) | |
| tree | 2f031fe1cdd638ce9e6f6565316148b15ac332e2 /ChangeLog | |
| parent | 543820113c99e05ecee4e9b5636efc1424310947 (diff) | |
| download | ruby-0c03356f4d0d4956c2e06386b4b731e955e39814.tar.gz ruby-0c03356f4d0d4956c2e06386b4b731e955e39814.tar.xz ruby-0c03356f4d0d4956c2e06386b4b731e955e39814.zip | |
* ruby.h, lib/mkmf.rb (create_header): clear command line options for
macros moved to extconf.h.
* ext/extmk.rb (extract_makefile, extmk): made RUBY_EXTCONF_H and
EXTSTATIC permanent.
* ext/{dbm,digest/*,socket,zlib}/extconf.rb: used $defs and $INCFLAGS.
* {bcc32,win32,wince}/Makefile.sub (COMPILE_C, COMPILE_CXX): added
$(INCFLAGS).
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10193 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Fri May 26 08:40:03 2006 nobuyoshi nakada <nobu@ruby-lang.org> + + * ruby.h, lib/mkmf.rb (create_header): clear command line options for + macros moved to extconf.h. + + * ext/extmk.rb (extract_makefile, extmk): made RUBY_EXTCONF_H and + EXTSTATIC permanent. + + * ext/{dbm,digest/*,socket,zlib}/extconf.rb: used $defs and $INCFLAGS. + + * {bcc32,win32,wince}/Makefile.sub (COMPILE_C, COMPILE_CXX): added + $(INCFLAGS). + Thu May 25 01:52:07 2006 nobuyoshi nakada <nobu@ruby-lang.org> * lib/mkmf.rb (pkg_config): particular config commands support. |
