common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Wed, 14 Oct 2009 14:44:10 +0100
changeset 664 29955a149536
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Bug 478: build_*.zip missing from generated release_metadata.xml Added call to zip system to add entries for these zips to the release_metadata.xml

@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