common/hlm.bat
author dariosestito@L063522.prod.ad.symbian.intra
Mon, 30 Mar 2009 12:57:31 +0100
changeset 32 efb1d1f8809a
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Fixed include option to -i (was -l)

@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