mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* configure.in (__NO_ISOCEXT): add for mingw-runtime 2.0-2.
* configure.in (__MSVCRT__): removed because it is defined in the GCC specs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2587 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8ce8e86562
commit
3865afc59b
3 changed files with 8 additions and 3 deletions
|
@ -2,6 +2,11 @@ Thu Jun 20 17:10:27 2002 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||||
|
|
||||||
* lib/ftool.rb (BUFSIZE): tuning, set buffer length to 8192.
|
* lib/ftool.rb (BUFSIZE): tuning, set buffer length to 8192.
|
||||||
|
|
||||||
|
* configure.in (__NO_ISOCEXT): add for mingw-runtime 2.0-2.
|
||||||
|
|
||||||
|
* configure.in (__MSVCRT__): removed because it is defined
|
||||||
|
in the GCC specs.
|
||||||
|
|
||||||
Wed Jun 19 14:46:18 2002 WATANABE Hirofumi <eban@ruby-lang.org>
|
Wed Jun 19 14:46:18 2002 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||||
|
|
||||||
* ext/extmk.rb, lib/mkmf.rb (xsystem): open the log file if xsystem
|
* ext/extmk.rb, lib/mkmf.rb (xsystem): open the log file if xsystem
|
||||||
|
|
|
@ -960,7 +960,7 @@ case "$target_os" in
|
||||||
CCDLFLAGS=-DUSEIMPORTLIB ;;
|
CCDLFLAGS=-DUSEIMPORTLIB ;;
|
||||||
mingw*)
|
mingw*)
|
||||||
LIBOBJS="$LIBOBJS win32.o"
|
LIBOBJS="$LIBOBJS win32.o"
|
||||||
CFLAGS="-DNT -D__MSVCRT__ $CFLAGS"
|
CFLAGS="-DNT -D__NO_ISOCEXT $CFLAGS"
|
||||||
CCDLFLAGS=-DIMPORT ;;
|
CCDLFLAGS=-DIMPORT ;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#define RUBY_VERSION "1.6.7"
|
#define RUBY_VERSION "1.6.7"
|
||||||
#define RUBY_RELEASE_DATE "2002-06-17"
|
#define RUBY_RELEASE_DATE "2002-06-20"
|
||||||
#define RUBY_VERSION_CODE 167
|
#define RUBY_VERSION_CODE 167
|
||||||
#define RUBY_RELEASE_CODE 20020617
|
#define RUBY_RELEASE_CODE 20020620
|
||||||
|
|
Loading…
Add table
Reference in a new issue