* 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/trunk@2587 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
75c89b7eef
commit
8d8af5225d
@ -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.
|
||||
|
||||
* 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>
|
||||
|
||||
* ext/extmk.rb, lib/mkmf.rb (xsystem): open the log file if xsystem
|
||||
|
@ -1062,7 +1062,7 @@ case "$target_os" in
|
||||
CCDLFLAGS=-DUSEIMPORTLIB ;;
|
||||
mingw*)
|
||||
AC_LIBOBJ([win32])
|
||||
CFLAGS="-DNT -D__MSVCRT__ $CFLAGS"
|
||||
CFLAGS="-DNT -D__NO_ISOCEXT $CFLAGS"
|
||||
CCDLFLAGS=-DIMPORT ;;
|
||||
esac
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user