common/hlm.bat
author Dario Sestito <darios@symbian.org>
Mon, 12 Jul 2010 11:18:04 +0100
changeset 1160 7930eb17d6fc
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Fix: there are no tabs between attributes and values in bitinfo.txt

@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