common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Thu, 23 Jul 2009 17:59:02 +0100
changeset 387 1c8af9baa8a7
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Changed to avoid warnings during construction of packaging instructions.

@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