common/hlm.bat
author MattD <mattd@symbian.org>
Mon, 15 Mar 2010 11:11:50 +0000
changeset 925 f1243b2c51fe
parent 6 8bbcf7b2218d
permissions -rw-r--r--
build_md5.zip now in release_metadata.xml

@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