common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Fri, 16 Oct 2009 14:43:38 +0100
changeset 678 be06d8de937c
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Restored call to summarise final BRAG status for regular platform builds.

@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