common/hlm.bat
author MattD <mattd@symbian.org>
Wed, 17 Jun 2009 15:44:02 +0100
changeset 158 ea87ae8c0d56
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Smoketest fix - changed ip address to point to symbuild01, caused by machines moving.

@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