common/hlm.bat
author ThomasE@UK-ThomasE.symbian.int
Wed, 13 May 2009 16:26:20 +0100
changeset 95 fb924d87bc0c
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Merge with previous modifications.

@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