common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Thu, 12 Nov 2009 11:56:20 +0000
changeset 751 da0e0bc45450
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Updated the options to pass to getenv, to include -k. This avoids aborts if things are not exactly as the tool expects.

@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