common/hlm.bat
author Maciej Seroka <maciejs@symbian.org>
Fri, 03 Sep 2010 10:28:57 +0100
changeset 1246 85da5566bcbb
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Introduced new helium properties (sf.spec.test.image.location and sf.spec.test.image.name)

@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