common/hlm.bat
author Maciej Seroka <maciejs@symbian.org>
Thu, 18 Mar 2010 15:55:19 +0000
changeset 935 7da5b560789a
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Moved bc_filter tool to utilities repo.

@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