From 103e9ffba2cba345d0078eb8b8db33249f81840a Mon Sep 17 00:00:00 2001 From: Craig Cornelius Date: Tue, 9 Oct 2012 17:03:29 -0700 Subject: ICU 49.2upgrade (cherry-pick of 83a171d1a62abf406f7f44ae671823d5ec20db7d.) Change-Id: I2f0f13293d9f47b4605c4ac173d1096dce2b8eb4 --- allinone/icucheck.bat | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'allinone') 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% -- cgit v1.2.3