common/hlm.bat
author Shabe Razvi <shaber@symbian.org>
Thu, 30 Apr 2009 10:00:16 +0100
changeset 77 89903a4399c7
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Exclude epoc32/build to stop intermediate obj files from being packaged

@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