common/hlm.bat
author Brendan Donegan brendand@symbian.org
Mon, 24 Aug 2009 11:01:37 +0100
changeset 408 0c558d696e7a
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Build machine registration files removed.

@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