common/hlm.bat
author andy simpson <andrews@symbian.org>
Tue, 31 Aug 2010 17:54:08 +0100
changeset 1234 99ba72acc4e4
parent 6 8bbcf7b2218d
permissions -rw-r--r--
updated baseline for tip_pbc builds to symbian4_FCL.single.821

@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