common/hlm.bat
author MattD <mattd@symbian.org>
Tue, 20 Oct 2009 10:47:15 +0100
changeset 703 ecf2c59629fc
parent 6 8bbcf7b2218d
permissions -rw-r--r--
source sync template - Changed the BOM changes targets to limit the listed changes to the branch if the source was synced up using a branch, to make it easier to read.

@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