common/hlm.bat
author Maciej Seroka <maciejs@symbian.org>
Fri, 11 Jun 2010 15:01:48 +0100
changeset 1087 73af6e555060
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Replaced ats3_testdrop with ats_testdrop to handle sending test drops to ATS4 server

@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