common/hlm.bat
author Matt Davies <mattd@symbian.org>
Wed, 10 Jun 2009 12:34:20 +0100
changeset 146 f31749863421
parent 6 8bbcf7b2218d
permissions -rw-r--r--
parsewhatlog.pl - regex bug fix for raptor 2.7.2

@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