common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Thu, 28 Jan 2010 18:09:20 +0000
changeset 864 2b0f08dedb30
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Intelligent way of getting timings for ALL uses of sf-zip-content

@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