common/hlm.bat
author Dario Sestito <darios@symbian.org>
Wed, 10 Feb 2010 16:22:25 +0000
changeset 886 fc600bbaa15c
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Fix BRAG status is different as viewed from Diamonds and from the _BRAG.xml page

@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