common/hlm.bat
author Dario Sestito <darios@symbian.org>
Mon, 16 Nov 2009 18:09:03 +0000
changeset 768 edc6746cee45
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Publish HTML files summary of Raptor 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