common/hlm.bat
author Maciej Seroka <maciejs@symbian.org>
Fri, 27 Aug 2010 17:52:32 +0100
changeset 1232 dbae6d7aeb52
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Added BC tests for SMS Utilities and Extended Connection Pref

@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