common/hlm.bat
author Shabe Razvi <shaber@symbian.org>
Tue, 20 Oct 2009 14:55:25 +0100
changeset 700 660b634546aa
parent 6 8bbcf7b2218d
permissions -rw-r--r--
If makefile_template copy fails then ignore, as its no longer needed for S^3.

@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