common/hlm.bat
author MattD <mattd@symbian.org>
Thu, 02 Jul 2009 12:18:16 +0100
changeset 227 ab5a0930b5c8
parent 6 8bbcf7b2218d
permissions -rw-r--r--
cachefiles.pl - stopped cache from being excessively flattened, which could cause problems.

@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