common/hlm.bat
author shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
Wed, 11 Mar 2009 13:52:38 +0000
changeset 17 c677077df18c
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Fix FMPP template to allow multiple repositories

@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