Bug 3748: Please separate ROM images into a separate zip file
\epoc32\rom\* and \epoc32\rombuild\* now in separate archive (apart from items which are included in the tools zip)
@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