common/hlm.bat
author Shabe Razvi <shaber@symbian.org>
Fri, 29 May 2009 17:44:02 +0100
changeset 125 a4079a41ca7f
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Exclude list of things from RnD unpack that we know we can build

@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