common/hlm.bat
author Dario Sestito <darios@symbian.org>
Wed, 26 May 2010 17:48:56 +0100
changeset 1050 34dcbee2af5e
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Fix: Diamonds summary build info should be more related to the raptor build breakdown from the UH parser

@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