common/hlm.bat
author MattD <mattd@symbian.org>
Mon, 09 Nov 2009 17:25:14 +0000
changeset 745 254f2526f619
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Transplant fix in ats BC Test - 'bld_sis' change that was knocked out with the rest of the transplant (bcdrivers/utilities)

@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