mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/configure.bat: Remove obsoleted conding rule. Now, we
don't support to build on Windows 95/98. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30404 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
195992f032
commit
0585d81d51
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon Dec 27 21:22:33 2010 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* win32/configure.bat: Remove obsoleted conding rule. Now, we
|
||||
don't support to build on Windows 95/98.
|
||||
|
||||
Mon Dec 27 18:27:13 2010 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* re.c: parenthesize macro arguments.
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
@echo off
|
||||
::: Don't set environment variable in batch file other than autoexec.bat
|
||||
::: to avoid "Out of environment space" problem on Windows 95/98.
|
||||
::: set TMPMAKE=~tmp~.mak
|
||||
|
||||
echo> ~tmp~.mak ####
|
||||
echo>> ~tmp~.mak conf = %0
|
||||
|
|
Loading…
Add table
Reference in a new issue