aboutsummaryrefslogtreecommitdiff
path: root/allinone
diff options
context:
space:
mode:
authorCraig Cornelius <ccornelius@google.com>2012-10-09 17:03:29 -0700
committerElliott Hughes <enh@google.com>2012-11-27 16:39:12 -0800
commit103e9ffba2cba345d0078eb8b8db33249f81840a (patch)
tree7db64141088188c7006e8027ff457a70742b824e /allinone
parent31315bc7a9f2672f87f2f7c7c7611c88e447a43a (diff)
downloadicu4c-103e9ffba2cba345d0078eb8b8db33249f81840a.tar.gz
ICU 49.2upgrade
(cherry-pick of 83a171d1a62abf406f7f44ae671823d5ec20db7d.) Change-Id: I2f0f13293d9f47b4605c4ac173d1096dce2b8eb4
Diffstat (limited to 'allinone')
-rw-r--r--allinone/icucheck.bat13
1 files changed, 10 insertions, 3 deletions
diff --git a/allinone/icucheck.bat b/allinone/icucheck.bat
index 0a92b333..97f5eba6 100644
--- a/allinone/icucheck.bat
+++ b/allinone/icucheck.bat
@@ -1,7 +1,7 @@
@echo off
REM ********************************************************************
REM * COPYRIGHT:
-REM * Copyright (c) 2010, International Business Machines Corporation
+REM * Copyright (c) 2010-2011, International Business Machines Corporation
REM * and others. All Rights Reserved.
REM ********************************************************************
@@ -20,8 +20,15 @@ exit /b 1
set ICU_OPATH=%PATH%
-set ICU_ICUDIR=%~f0\..\..\..
+set ICU_ICUDIR="%~f0"\..\..\..
+
+
set ICU_BINDIR=%ICU_ICUDIR%\bin
+
+if "%ICU_ARCH%" == "x64" (
+set ICU_BINDIR=%ICU_ICUDIR%\bin64
+)
+
set PATH=%ICU_BINDIR%;%PATH%
echo testing ICU in %ICU_ICUDIR% arch=%ICU_ARCH% type=%ICU_DBRL%
@@ -107,7 +114,7 @@ echo -
echo -
echo -
echo ============================================================
-echo Summary:
+echo Summary: ICU in %ICU_ICUDIR% arch=%ICU_ARCH% type=%ICU_DBRL%
echo -
echo Tests Run : %ICURUN%