common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Wed, 07 Oct 2009 11:06:27 +0100
changeset 647 4d2a89833fea
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Created a dedicated sf-log-to-brag target so it can take care of the commonality of the task, including the creation of the directory for XML output.

@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