common/hlm.bat
author Dario Sestito <darios@symbian.org>
Fri, 05 Mar 2010 17:36:51 +0000
changeset 906 5239d4d0bed1
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Take the UH parser from the 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