common/hlm.bat
author Johan Groth <johang@symbian.org>
Fri, 08 Oct 2010 15:15:08 +0100
changeset 1296 ba3ce53a881a
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Added make stage of tools build.

@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