aboutsummaryrefslogtreecommitdiffstats
path: root/win32/configure.bat
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-31 15:53:19 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-31 15:53:19 +0000
commit24ada5f55ef795b47b2d34c25450805ea4c2df14 (patch)
tree866ff34898c7d91e85444cc1c1243d93eb08a96e /win32/configure.bat
parentd2a1637d904768bf7833e211609421af9888ad78 (diff)
downloadruby-24ada5f55ef795b47b2d34c25450805ea4c2df14.tar.gz
* win32/configure.bat, setup.mak: now can recognize OS even if
the ``--target'' option of configure is omitted. * win32/README.win32: update the descriptions about compiler. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/configure.bat')
-rwxr-xr-xwin32/configure.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/configure.bat b/win32/configure.bat
index f6aad57b8c..0ec9fde9a6 100755
--- a/win32/configure.bat
+++ b/win32/configure.bat
@@ -68,7 +68,7 @@ goto :loop
if "%2" == "x64-mswin64" goto target2
if NOT "%2" == "ia64-mswin64" goto target3
:target2
- echo>> ~tmp~.mak "OS=mswin64" \
+ echo>> ~tmp~.mak "TARGET_OS=mswin64" \
:target3
shift
shift