common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Fri, 01 Oct 2010 13:34:48 +0100
changeset 1274 b5003eee1583
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Bug 3750: Use .7z extension for PDK zip files created with LZMA compression Commented out the renaming of the files, and the adjustment to release_metadata.xml, as getenv (part of helium) is broken by the change - it only processes *.zip

@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