common/hlm.bat
author MattD <mattd@symbian.org>
Wed, 12 Aug 2009 19:28:52 +0100
changeset 351 a4c764727769
parent 6 8bbcf7b2218d
permissions -rw-r--r--
sf-list-dir - added new tool 'listdir.py' which can exclude a directory and changed the behaviour of sf-list-dir to stop scanning epoc32/build to speed things up.

@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