common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Tue, 05 May 2009 13:26:31 +0100
changeset 106 add0abfa2371
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Fix the generation of the binary zip, so epoc32/include is zipped, but epoc32/build is not.

@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