common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Fri, 03 Sep 2010 11:53:15 +0100
branchRCL_1
changeset 1216 508ecc9021d2
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Create RCL_1 branch, for work on releasing PDK 2.0.3 Rest of FBF seems to have moved on too far for S^2 to keep working :-( Still, that's what branches are for.

@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