common/hlm.bat
author Dario Sestito <darios@symbian.org>
Mon, 27 Jul 2009 17:01:06 +0100
changeset 326 47a6624f927d
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Fix regexp to take account of new codeline naming convention

@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