common/hlm.bat
author MattD <mattd@symbian.org>
Mon, 12 Oct 2009 16:51:36 +0100
changeset 655 a9ffe0d7e14c
parent 6 8bbcf7b2218d
permissions -rw-r--r--
ATS fix for getting the smoketest to run.

@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