common/hlm.bat
author Dario Sestito <darios@symbian.org>
Tue, 04 Aug 2009 12:39:29 +0100
changeset 300 228efacd68af
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Zip BOM and releasables changing the top level folder from "output" to "build_info"

@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