common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Thu, 17 Sep 2009 13:46:25 +0100
changeset 467 5d3a9a466963
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Fixed RnD content unpacking to ensure that only i9tems in the epoc32 tree are unpacked.

@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