common/hlm.bat
author dariosestito@L063522.prod.ad.symbian.intra
Mon, 30 Mar 2009 13:17:02 +0100
changeset 42 b6e2360f1ab4
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Tag level should be "normal" otherwise the tags are not copied to the original repo

@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