common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Mon, 06 Sep 2010 11:03:19 +0100
changeset 1247 311e0398c886
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Backed out changeset: 3698c6929ff1 That update to the FBF has had some knock on effects fopr the smoke testing use-case. Restore old version of code until it can be revisited.

@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