common/hlm.bat
author Chetan Kapoor<chetank@symbian.org>
Wed, 22 Sep 2010 17:28:09 +0100
changeset 1268 b69afcf5d763
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Adding provision of publishing release zips to 'Candidates' location.

@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