common/hlm.bat
author MattD <mattd@symbian.org>
Fri, 14 Aug 2009 15:29:27 +0100
changeset 355 f5a4f71b49e1
parent 6 8bbcf7b2218d
permissions -rw-r--r--
BOM fix - Changed to reading project location ${sf.project.location} instead of ${sf.config.dir}/../build/config, which isn't always correct.

@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