common/hlm.bat
author royt <tathagatar@symbian.org>
Tue, 08 Sep 2009 12:00:27 +0100
changeset 398 101b67dc972e
parent 6 8bbcf7b2218d
permissions -rw-r--r--
enabling static bctest

@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