common/hlm.bat
author Dario Sestito <darios@symbian.org>
Wed, 14 Jul 2010 13:17:28 +0100
changeset 1170 f15fa527df95
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Fix: bitops.pl reports an error if failure count is zero

@echo off
setlocal
if not defined HELIUM_HOME set HELIUM_HOME=%~dp0..\..\..\..\helium
echo %HELIUM_HOME%
rem call ..\..\build\env.bat
call %HELIUM_HOME%\hlm.bat %*
endlocal