common/hlm.bat
author Dario Sestito <darios@symbian.org>
Fri, 05 Feb 2010 15:59:33 +0000
changeset 881 82070405cb6e
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Remove redundant computation of some BRAG intermediate xml files

@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