common/hlm.bat
author Dario Sestito <darios@symbian.org>
Mon, 19 Oct 2009 17:44:09 +0100
changeset 696 b9ad18cda425
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Fix only one raptor log gets processed by Dario's Raptor parser

@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