common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Wed, 15 Jul 2009 13:35:36 +0100
changeset 248 99d202b380d8
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Zips binaries into three zips rather than one, to make them easier to download.

@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