common/hlm.bat
author Dario Sestito <darios@symbian.org>
Thu, 04 Feb 2010 16:07:03 +0000
changeset 879 e88616591730
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Make index.html report on all packages, including the ones built successfully. Make the list of packages be alphabetically sorted

@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