common/hlm.bat
author MattD <mattd@symbian.org>
Mon, 10 Aug 2009 10:50:40 +0100
changeset 310 8337c2afc41f
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Split sf-run-analysis into bit-sized targets, which can run in parallel to reduce the post-build time on a platform 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