common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Thu, 30 Sep 2010 17:39:10 +0100
changeset 1241 92bfe0d10c29
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Bug 3750: Use .7z extension for PDK zip files created with LZMA compression Post-process the zip files and release_metadata to adjust the extension

@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