common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Thu, 10 Dec 2009 11:48:11 +0000
changeset 824 6b6a916ded0c
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Regularised indentation

@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