common/hlm.bat
author ThomasE@UK-ThomasE.symbian.int
Wed, 13 May 2009 17:39:47 +0100
changeset 96 d9f19d792d0c
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Fixed "zip.cfg.xml.ftl.template" to use "oss" and not "epl" in the configuration name.

@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