common/hlm.bat
author Shabe Razvi <shaber@symbian.org>
Thu, 15 Jul 2010 15:01:00 +0100
changeset 1185 945cb07df767
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Bug 3266 - Problems with sf/mw/hb/configure.py are only recorded in the Hudson console log

@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