common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Mon, 16 Nov 2009 16:26:16 +0000
changeset 767 69d150dcf917
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Now creates src-by-layer entries on the fly, so it doesn't create release zips with no content.

@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