common/hlm.bat
author Dario Sestito <darios@symbian.org>
Fri, 30 Oct 2009 11:42:29 +0000
changeset 720 44dd64cfb32b
parent 6 8bbcf7b2218d
permissions -rw-r--r--
In raptor-analysis create summary.csv file anyway, otherwise some targets following may crash the build

@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