common/hlm.bat
author Maciej Seroka <maciejs@symbian.org>
Mon, 05 Oct 2009 09:44:59 +0100
changeset 575 588d89ee2c05
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Static BC tests enabled

@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