common/hlm.bat
author Matt Davies <mattd@symbian.org>
Wed, 10 Jun 2009 12:40:05 +0100
changeset 188 536da72d8f07
parent 6 8bbcf7b2218d
permissions -rw-r--r--
merged in parsewhatlog.pl defect fix for Raptor 2.7.2 and find_collisions.pl minor arg cleanup.

@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