common/hlm.bat
author ThomasE@UK-ThomasE.symbian.int
Wed, 13 May 2009 16:25:14 +0100
changeset 94 5e9bdb9269c7
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Modified populateziptemplate.pl to use "oss" instead of "epl" keyword.

@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