common/hlm.bat
author andy simpson <andrews@symbian.org>
Fri, 17 Sep 2010 18:04:21 +0100
changeset 1257 fa8b83950a31
parent 6 8bbcf7b2218d
permissions -rw-r--r--
update baseline for symbian^4 tip_pbc builds to build950

@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