From: Steven R. Loomis Date: Thu, 14 Jul 2011 18:58:24 +0000 (+0000) Subject: ICU-8706 icucheck x64 X-Git-Tag: milestone-59-0-1~4644 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4d086666913f95232619c2d01db026bca6c351f;p=icu ICU-8706 icucheck x64 X-SVN-Rev: 30347 --- diff --git a/icu4c/source/allinone/icucheck.bat b/icu4c/source/allinone/icucheck.bat index 0a92b3331b5..1b8d9f2b415 100644 --- a/icu4c/source/allinone/icucheck.bat +++ b/icu4c/source/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 ******************************************************************** @@ -21,7 +21,14 @@ exit /b 1 set ICU_OPATH=%PATH% 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%