common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Tue, 06 Oct 2009 15:20:57 +0100
changeset 606 7441b114b8c8
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Adjustsed BRAG to BRAGG, to accommodate the possibility of there being Green builds and Gold 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